// <!-- function viewProfile(theCompID) {	popupWin = window.open('profile.php?id='+theCompID, theCompID, 'resizable,scrollbars,width=450,height=400')}function howToSearch(){	newwin = window.open("howtosearch.html","help","name=0,location=no,resizable=1,toolbar=no,width=550,height=400,top=1,left=1,scrollbars=1");}function clearField(theField){	if (		(theField.form.searchType.value == 'companies' && theField.value == 'Companies') || 		(theField.form.searchType.value == 'products' && theField.value == 'Products') )			theField.value = '';}// -->	