function StartRegForm() {
  window.open('/ru/reg/form/regform.htm','RegWin', 
      'toolbar=no, scrollbars=no,status=no,menubar=0,resizable=0,caption=0,high,'+
      'height=455,width=610');
}

function StartRegForm2() {
  window.open('/ru/reg/form/regform2.htm','RegWin', 
      'toolbar=no, scrollbars=no,status=no,menubar=0,resizable=0,caption=0,high,'+
      'height=455,width=610');
}
