function valSearch(df)
{MT=df.elements[0];st=MT.value;if(st=="")
{alert("Please type the word or words you wish to search for in the Search box.");
MT.focus();return false;}else{return true;}}
function WinOpen(url) {
	window.open(url, "WinOpen",'toolbar=no,scrollbars=yes,resizable=yes,width=630,height=450');
}

