<!--//
	function checknullsearch(){
		if(document.prosearch.select1.value==""){
			alert("Please select your search type! ");
			return false;
		}
		if(document.prosearch.hw_name.value==""||document.prosearch.hw_name.value=="keywords!"){
			alert("Please input your search keywords!");
			document.prosearch.hw_name.focus();
			return false;
		}
		return true;
	}
//-->
<!--//

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
