// Generic Popups
	function openGlossary() { 
		newWindow = window.open('/assets/glossary/index.asp', 'Glossary', 'toolbar=no, location=no, directories=no, scrollbars=no, status=yes, width=700, height=500') 
	}
	function openHelp() { 
		newWindow = window.open('/assets/help/index.html', 'Help', 'toolbar=no, location=no, directories=no, scrollbars=no, status=yes, width=500, height=400') 
	}
	function openEmail() { 
		newWindow = window.open('/assets/email/index.asp', 'Email', 'toolbar=no, location=no, directories=no, scrollbars=no, status=yes, width=450, height=530') 
	}
	function openHelpPrint() { 
		newWindow = window.open('', 'Print', 'toolbar=no, location=no, directories=no, scrollbars=no, status=yes, width=300, height=300') 
	}
	function openContact() { 
		newWindow = window.open('/assets/contact/index.asp', 'Contact', 'toolbar=no, location=no, directories=no, scrollbars=no, status=yes, width=500, height=400') 
	}
	//function openPrint() { 
	//	newWindow = window.open('/assets/print/index.asp', 'print', 'toolbar=no, location=no, directories=no, scrollbars=no, status=yes, width=970, height=200')
	//}
	
	//function openCosts() { 
	//	loadwindow('/assets/costs/index.asp',400,300);
	//}
