function Products_Search(){
	var KeyWord=$F("KeyWord");
if(KeyWord==""){
	
	$("KeyWord").focus();
	alert("ÇëÊäÈë¹Ø¼ü×Ö");
	return;

}else{window.open("Products_Search.asp?KeyWord="+KeyWord);}
	
}