")
{ alert("Please fill in your tel!");
document.register.tel.focus();
return(false);
}
if (document.register.state.value == "")
{ alert("Please fill in your company address!");
document.register.state.focus();
return(false);
}
if (document.register.chanpin.value == "")
{ alert("Please fill in the products that will be ordered!");
document.register.chanpin.focus();
return(false);
}
}
// End -->