<!-- // 
 var box;
 function openab()
 {
  if (box && box.open && !box.closed) 
  {
   box.focus();
  } 
  else
  {
    var left=(screen.availWidth/2)-425;
    var top=(screen.availHeight/2)-300;
	box=window.open('/platinum6/login.html','ab','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,copyhistory=0,dependent=0,width=450,height=420,screenX=' + left + ',screenY=' +top + ',top=' + top + ',left=' + left);
  }
}

// -->


