function RegUser()
{
window.open("Register.Asp?Action=RegUser")
}
function Logout()
{
location.href="Logout.Asp?Action=Logoutd";
}
