function doit(){if (!window.print){alert("You need NS4.x to use this print button!")return}window.print()}function Pop(url) {		var hWnd = window.open(url,"second","width=740,height=500,innerWidth=740,innerHeight=500,screenX=0,ScreenY=0,left=0,top=0,status=no,menubar=no,scrollbars=yes,status=no,resizable=yes,toolbar=yes,location=yes");		if (hWnd) hWnd.focus();		if (hWnd.closed) {				hWnd = window.open(url,"second","width=740,height=500,resizable=yes,scrollbars=yes");		}	}		function PopThird(url) {		var hWnd = window.open(url,"third","width=740,height=500,innerWidth=740,innerHeight=500,screenX=0,ScreenY=0,left=0,top=0,status=no,menubar=no,scrollbars=yes,status=no,resizable=yes,toolbar=yes,location=yes");		if (hWnd) hWnd.focus();		if (hWnd.closed) {				hWnd = window.open(url,"third","width=740,height=500,resizable=yes,scrollbars=yes");		}	}		function PopNew(url) {		var hWnd = window.open(url,"fourth","width=700,height=600,innerWidth=700,innerHeight=600,screenX=0,ScreenY=0,left=0,top=0,status=no,menubar=no,scrollbars=yes,status=no,resizable=yes,toolbar=yes,location=yes");		if (hWnd) hWnd.focus();		if (hWnd.closed) {				hWnd = window.open(url,"fourth","width=700,height=600,resizable=yes,scrollbars=yes");		}	}		function PopPdf(url) {		var hWnd = window.open(url,"fifth","width=700,height=600,innerWidth=700,innerHeight=600,screenX=0,ScreenY=0,left=0,top=0,status=no,menubar=no,scrollbars=yes,status=no,resizable=yes,toolbar=yes,location=yes");		if (hWnd) hWnd.focus();		if (hWnd.closed) {				hWnd = window.open(url,"fifth","width=700,height=600,resizable=yes,scrollbars=yes");		}	}					