
function Session_StartLogin(caller)
{
   window.location.href='/login.php?operator=startlogin&operand=self&caller=' + encodeURIComponent(caller);
}

function Session_AttemptLogin()
{
   document.forms[0].submit();
}

function Session_Reset()
{
   window.location.href='/index.php?operator=reset&operand=session&data=null';
}
