function changetype(theform,msg1){
if(msg1=="hy"){
theform.action="cklogin.asp";
work.style.display="none";
theform.usergif.src="images/user.gif";
theform.regurl.value="reg.asp";
}else{
theform.action="es/index.asp";
work.style.display="";
theform.usergif.src="images/esales.gif";
theform.regurl.value="es/reg.asp";
}
}