<!-- // 

 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('http://nacards.net/platinum6/login.html','ab','toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,copyhistory=1,dependent=1,width=500,height=420,screenX=' + left + ',screenY=' +top + ',top=' + top + ',left=' + left);

  }

}



// -->





