// JavaScript Document

function popUpWindow(URLStr)
{
	var x = screen.width;
	var y = screen.height;
	popUpWin = open(URLStr, 'popUpWin', 'toolbar = 0,location = 0,directories = 0,status = 0,menubar = 0,scrollbars = 0,resizable=0,width=546,height=500,left='+0+', top='+0+',screenX='+0+',screenY='+0+'');
}
