	function showHide (div,norgie) {
			if (document.getElementById(div).style.display=="none") {
				document.getElementById(div).style.display="block";
				document.getElementById(norgie).src = "/parts/graphics/redDown.gif";
			} else {
				document.getElementById(div).style.display="none";
				document.getElementById(norgie).src = "/parts/graphics/redRight.gif";
				
			}
	}
	
<!--
	function popup (x) {
		//width = screen.width-200;
		width = 500;
		newWin = window.open(x,'','width='+width+',height=500,top='+(screen.height-400)/2+',left='+(screen.width-width)/2+',status=yes,menubar=yes,resizable=yes');
		if (window.focus) {newWin.focus()}
		return false;
	}
	// -->


	function copyrightWindow() {
	window.open('/company/legal.html','HittiteCopyright','resizable=no,menubar=no,location=no,toolbar=no,status=no,scrollbars=yes,directories=no,width=500,height=450')
	}
	function privacyWindow() {
	window.open('/company/privacy.html','Privacy','resizable=no,menubar=no,location=no,toolbar=no,status=no,scrollbars=yes,directories=no,width=400,height=400')
	}

