<!-- Hide script from old browsers
		function popUp(url) {
		sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
		self.name = "mainWin";
		}
	
		function emailPage(){
		document.location = 'mailto:?subject=CyberPatrol Information&body=Here is some useful information from the CyberPatrol website: ' + document.location;
		}
		
		function printThis(){
		var now = new Date;
		var newNumber = now.getMilliseconds();
		//alert(now.getMilliseconds());
		newWindow1 = document.location.href('/printthis.asp?ms=' + newNumber);
		}
		
		function popWin(pageName){
		newWindow = window.open(pageName,'popupWindow','toolbar=no,scrollbars=yes,width=525,height=525')
		}
		
		leftPos = 0
		if (screen) {
		leftPos = screen.width-650
		}
		
		function popNewsletter(newsletterName){
		newWindow1 = window.open(newsletterName,'current','width=640,height=500,left='+leftPos+',top=0,scrollbars=yes, location=no,toolbar=no')
		}
		
		function popFlash(flashName){
		newWindow1 = window.open(flashName,'current','width=735,height=635,scrollbars=yes, location=no,toolbar=no')
		}

		
		function closeWin(){
		printWindow = window.close();
		}
		
		function flashWindow()
		{	flashWin = 			window.open('/general/flash/detect_flash.aspx','popWindow','toolbar=yes,location=yes,scrollbars=yes,resizable=yes,width=750,height=450') 
		}
		
		function fullWindow(urlToOpen){ 
   		theWindow = window.open(urlToOpen,"secondWindow","width=750,height=580,toolbar=yes,menubar=yes,scrollbars=yes,location=yes,resizable=yes,left=10,top=6")
      	theWindow.focus()
      	}
		
		// End hiding script-->