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

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

//   window.location.href='/registration.php?operator=validate&operand=form&data=null';
}

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

function Register_End()
{
   if(typeof(document.forms[0])!="undefined")
      Preview_Close();
   else
      window.location.href='/index.php?operator=browse&operand=result&data=null';
}

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