//Added by W.A. 10/27/2009 for Print.cfm
function printWindow(URL,NAME) {
	emailwindow=window.open(URL,NAME,'fullscreen=0,hotkeys=1,location=0,menubar=0,channelmode=0,dependent=1,directories=0,scrollbars=1,status=0,titlebar=1,toolbar=0,resizable=yes,width=600,height=500,screenX=10,screenY=10,top=10,left=10');
	emailwindow.focus();
}
