
function Register_Start()
{
   window.location.href='/index.php?operator=register&operand=this&data=null';
}

function Register_Send()
{
   document.forms["register_form"].submit();
}

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

function Register_End()
{
	Register_Cancel();
}

function Register_TermsDisplay()
{
   window.open('/termsdisplay.php','termswindow','width=640,status=no,toolbar=no,location=no,scrollbars=yes');
}

