			function printme(URL) {
			day = new Date();
			id = day.getTime();
			eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0, scrollbars=1, location=0, statusbars=0, menubar=1, resizable=0, width=' + (screen.availWidth-30) + ', height=' + (screen.availHeight-50) + ', left=10, top=10');");
			}
