 function openQualWindow() {
    	window.open("quality.html", "new_Window", "width=400, height=400 directories=no, menubar=no, toolbar=no, scrollbars=no");
	}
	
	function openIsoWindow() {
    	window.open("iso9000.html", "new_Window", "width=400, height=400 directories=no, menubar=no, toolbar=no, scrollbars=no");
	}
	
	function openItarWindow() {
    	window.open("itar.html", "new_Window", "width=400, height=400 directories=no, menubar=no, toolbar=no, scrollbars=no");
	}
	
	function openCustWindow() {
    	window.open("customers.html", "new_Window", "width=400, height=400 directories=no, menubar=no, toolbar=no, scrollbars=no");
	}
