function Login(tcUrl)
{
   if (!tcUrl)
   {
      tcUrl=''
   }
   window.location="/Login.asp?Process="+tcUrl
}

function Logout()
{
   document.cookie="Session=; path=/;"
   alert("You have logged out from the Universal Thread. Thanks for your visit.")
}
