function openWindow(theURL) {
		F1 = open(theURL,"PrintWindow","width=640,height=640,screenX=0,screenY=0,scrollbars=yes");
		F1.focus(); 
	}