function make_blank()
{
document.form1.username.value ="";
}
function make_blank1()
{
document.form1.password.value ="";
}
