function formHandler(form){ var URL = form.site.options[form.site.selectedIndex].value; 	if(URL != "") { 	window.location.href = URL; 	} } function galImage(theImage) { 	window.open('/galimage.php?galimage=/Imaging/stories/' + theImage,'popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=805,height=600'); } function adjustSearch(form) { 	if(form.searchterms.value == "Enter Search Terms") { 		form.searchterms.value = ""; 	} }
