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