	
	function hidemenus(){
		document.getElementById("nav1").style.background = "none";
		document.getElementById("home").style.background = "none";
		document.getElementById("home").style.color = "#666";
		document.getElementById("nav2").style.background = "none";
		document.getElementById("company").style.background = "none";
		document.getElementById("company").style.color = "#666";
		document.getElementById("companymenu").style.display = "none";
		document.getElementById("nav3").style.background = "none";
		document.getElementById("capabilities").style.background = "none";
		document.getElementById("capabilities").style.color = "#666";
		document.getElementById("capabilitiesmenu").style.display = "none";
		document.getElementById("nav4").style.background = "none";
		document.getElementById("online").style.background = "none";
		document.getElementById("online").style.color = "#666";
		document.getElementById("onlinemenu").style.display = "none";
		document.getElementById("nav5").style.background = "none";
		document.getElementById("tech").style.background = "none";
		document.getElementById("tech").style.color = "#666";
		document.getElementById("techmenu").style.display = "none";
	}
		function showhome(){
		hidemenus();
		document.getElementById("home").style.background = "url('/assets/images/nav_tab_right.gif') no-repeat top right";
		document.getElementById("nav1").style.background = "url('/assets/images/nav_tab_left.gif') no-repeat top left";
		document.getElementById("home").style.color = "#fff";
		document.getElementById("company").style.background = "none";
		document.getElementById("company").style.color = "#666";
		document.getElementById("capabilities").style.background = "none";
		document.getElementById("capabilities").style.color = "#666";
		document.getElementById("online").style.background = "none";
		document.getElementById("online").style.color = "#666";
		document.getElementById("tech").style.background = "none";
		document.getElementById("tech").style.color = "#666";
	}
	function showcompany(){
		hidemenus();
		document.getElementById("home").style.background = "none";
		document.getElementById("home").style.color = "#666";
		document.getElementById("companymenu").style.display = "inline";
		document.getElementById("company").style.background = "url('/assets/images/nav_tab_right.gif') no-repeat top right";
		document.getElementById("nav2").style.background = "url('/assets/images/nav_tab_left.gif') no-repeat top left";
		document.getElementById("company").style.color = "#fff";
		document.getElementById("capabilities").style.background = "none";
		document.getElementById("capabilities").style.color = "#666";
		document.getElementById("online").style.background = "none";
		document.getElementById("online").style.color = "#666";
		document.getElementById("tech").style.background = "none";
		document.getElementById("tech").style.color = "#666";
	}
	function showcapabilities(){
		hidemenus();
		document.getElementById("home").style.background = "none";
		document.getElementById("home").style.color = "#666";
		document.getElementById("capabilitiesmenu").style.display = "inline";
		document.getElementById("company").style.background = "none";
		document.getElementById("company").style.color = "#666";
		document.getElementById("capabilities").style.background= "url('/assets/images/nav_tab_right.gif') no-repeat top right"
		document.getElementById("nav3").style.background = "url('/assets/images/nav_tab_left.gif') no-repeat top left";
		document.getElementById("capabilities").style.color = "#fff";
		document.getElementById("online").style.background = "none";
		document.getElementById("online").style.color = "#666";
		document.getElementById("tech").style.background = "none";
		document.getElementById("tech").style.color = "#666";
	}
	function showonline(){
		hidemenus();
		document.getElementById("home").style.background = "none";
		document.getElementById("home").style.color = "#666";
		document.getElementById("onlinemenu").style.display = "inline";
		document.getElementById("company").style.background = "none";
		document.getElementById("company").style.color = "#666";
		document.getElementById("capabilities").style.background = "none";
		document.getElementById("capabilities").style.color = "#666";
		document.getElementById("online").style.background= "url('/assets/images/nav_tab_right.gif') no-repeat top right";
		document.getElementById("nav4").style.background = "url('/assets/images/nav_tab_left.gif') no-repeat top left";
		document.getElementById("online").style.color = "#fff";
		document.getElementById("tech").style.background = "none";
		document.getElementById("tech").style.color = "#666";
	}
	function showtech(){
		hidemenus();
		document.getElementById("home").style.background = "none";
		document.getElementById("home").style.color = "#666";
		document.getElementById("techmenu").style.display = "inline";
		document.getElementById("company").style.background = "none";
		document.getElementById("company").style.color = "#666";
		document.getElementById("capabilities").style.background = "none";
		document.getElementById("capabilities").style.color = "#666";
		document.getElementById("online").style.background = "none";
		document.getElementById("online").style.color = "#666";
		document.getElementById("tech").style.background= "url('/assets/images/nav_tab_right.gif') no-repeat top right";
		document.getElementById("nav5").style.background = "url('/assets/images/nav_tab_left.gif') no-repeat top left";
		document.getElementById("tech").style.color = "#fff";
	}
	function homereturn(){
		document.getElementById("home").style.background = "none";
		document.getElementById("nav1").style.background = "none";
		document.getElementById("home").style.color = "#666";
	}
	function companyreturn(){
		document.getElementById("company").style.background = "none";
		document.getElementById("nav2").style.background = "none";
		document.getElementById("company").style.color = "#666";
	}
	function capabilitiesreturn(){
		document.getElementById("capabilities").style.background = "none";
		document.getElementById("nav3").style.background = "none";
		document.getElementById("capabilities").style.color = "#666";
	}
	function onlinereturn(){
		document.getElementById("online").style.background = "none";
		document.getElementById("nav4").style.background = "none";
		document.getElementById("online").style.color = "#666";
	}
	function techreturn(){
		document.getElementById("tech").style.background = "none";
		document.getElementById("nav5").style.background = "none";
		document.getElementById("tech").style.color = "#666";
	}
	function showcontent(){
		document.getElementById("content").style.overflow = "visible";
		document.getElementById("content").style.height = "auto";
		document.getElementById("flow").innerHTML = "- Hide";
		document.getElementById("flow").href = "javascript:hidecontent();"
	}
	function hidecontent(){
		document.getElementById("content").style.overflow = "hidden";
		document.getElementById("content").style.height = "25em";
		document.getElementById("flow").innerHTML = "+ Read the rest";
		document.getElementById("flow").href = "javascript:showcontent();"
	}
	function showflow(){
		document.getElementById("content").style.overflow = "visible";
		document.getElementById("content").style.height = "auto";
		document.getElementById("flow").innerHTML = "&nbsp;";
		doucment.getElementById("flow").href = "#"
	}
	
function acquireDate () {

	var getDate=new Date()

	var getYear=getDate.getYear()
	if (getYear < 1000)
	getYear+=1900

	var getDay=getDate.getDay()

	var getMonth=getDate.getMonth()+1
	if (getMonth<10)
	getMonth="0"+getMonth

	var getCurrentDay=getDate.getDate()
	if (getCurrentDay<10)
	getCurrentDay="0"+getCurrentDay

	theCurrentDate = getMonth+"/"+getCurrentDay+"/"+getYear 
	
}

window.onLoad = acquireDate();

