var popUpWin=0;
function scrnpop(URLStr,scrn_number,passme)
{
	 if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, scrn_number, 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=yes,copyhistory=yes,width=800,height=660,left=50, top=50,screenX=50,screenY=50');

}
// JavaScript Document