		function popWin(URL) {
		day = new Date();
		id = day.getTime();
		//again you can adject the page size with Width/Height...and left/right adjust placement for IE...screenX,screenY adjust for Netscape
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=500,height=700,left = 100,top = 100,screenX=100,screenY=100');");
	}
