function abc1()
{
var us="queenmembers";
var pw="queensh";
if((document.fm1.us1.value==us) && (document.fm1.pw1.value==pw))
{
window.location="doctors.html";
}
else
{
alert("Invalid Username or Password");
}
}