// JavaScript Document
function validate(){

if (document.login1.search1.value==""){
    alert("Ã»ÓÐÌîÐ´ËÑË÷ÄÚÈÝ");
    return false;
	 }
}