// JavaScript Document
var po = 3;
var isIn = 0;
var t = setTimeout("clearPO()", 1000);
function showmenu(o)
{
	clearTimeout(t);
	var obj = document.getElementById("menu2");
	if (o == 0)
	{
		var obj2 = document.getElementById("industries");
		obj2.style.color = "#ffffff";
		obj2.style.textDecoration = "underline";
		obj.innerHTML = "<div id ='menu_industries'>\
							<div class = 'menu_link2'><a class = 'menu2' href = 'airports.php?page=0'>Airports</a></div>\
							<div class = 'menu_link2'><a class = 'menu2' href = 'courier.php?page=0'>Courier & Postal</a></div>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'distribution.php?page=0'>Distribution</a></div>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'manufacturing.php?page=0'>Manufacturing</a></div>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'other.php?page=0'>Other</a></div>\
                		</div>";
		obj2 = document.getElementById("services");
		obj2.style.color = "#e1e1e1";
		obj2.style.textDecoration = "none";
		obj2 = document.getElementById("aboutus");
		obj2.style.color = "#e1e1e1";
		obj2.style.textDecoration = "none";
	}
	else if(o == 1)
	{
		var obj2 = document.getElementById("aboutus");
		obj2.style.color = "#ffffff";
		obj2.style.textDecoration = "underline";
		obj.innerHTML = "<div id ='menu_about'>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'articles.php'>Articles</a></div>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'clients.php'>Clients</a></div>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'history.php'>History</a></div>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'staff.php'>Staff</a></div>\
                		</div>";
		obj2 = document.getElementById("services");
		obj2.style.color = "#e1e1e1";
		obj2.style.textDecoration = "none";
		obj2 = document.getElementById("industries");
		obj2.style.color = "#e1e1e1";
		obj2.style.textDecoration = "none";
	}
	else if(o == 2)
	{
		var obj2 = document.getElementById("services");
		obj2.style.color = "#ffffff";
		obj2.style.textDecoration = "underline";
		obj.innerHTML = "<div id ='menu_services'>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'general.php?page=0'>General</a></div>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'hardware.php?page=0'>Hardware</a></div>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'software.php?page=0'>Software</a></div>\
                    		<div class = 'menu_link2'><a class = 'menu2' href = 'systems.php'>Systems</a></div>\
                		</div>";
		obj2 = document.getElementById("industries");
		obj2.style.color = "#e1e1e1";
		obj2.style.textDecoration = "none";
		obj2 = document.getElementById("aboutus");
		obj2.style.color = "#e1e1e1";
		obj2.style.textDecoration = "none";
	}
	else
	{
		obj.innerHTML = "ERROR!!!";
	}
	po = o;
	isIn = 1;
}

function showLastMenuItems()
{
	clearTimeout(t);
	if(isIn == 0)
	{
		var obj = document.getElementById("menu2");
		if (po == 0)
		{
			var obj2 = document.getElementById("industries");
			obj2.style.color = "#ffffff";
			obj2.style.textDecoration = "underline";
			obj.innerHTML = "<div id ='menu_industries'>\
								<div class = 'menu_link2'><a class = 'menu2' href = 'airports.php?page=0'>Airports</a></div>\
								<div class = 'menu_link2'><a class = 'menu2' href = 'courier.php?page=0'>Courier & Postal</a></div>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'distribution.php?page=0'>Distribution</a></div>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'manufacturing.php?page=0'>Manufacturing</a></div>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'other.php?page=0'>Other</a></div>\
					</div>";
			obj2 = document.getElementById("services");
			obj2.style.color = "#e1e1e1";
			obj2.style.textDecoration = "none";
			obj2 = document.getElementById("aboutus");
			obj2.style.color = "#e1e1e1";
			obj2.style.textDecoration = "none";
		}
		else if(po == 1)
		{
			var obj2 = document.getElementById("aboutus");
			obj2.style.color = "#ffffff";
			obj2.style.textDecoration = "underline";
			obj.innerHTML = "<div id ='menu_about'>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'articles.php'>Articles</a></div>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'clients.php'>Clients</a></div>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'history.php'>History</a></div>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'staff.php'>Staff</a></div>\
					</div>";
			obj2 = document.getElementById("services");
			obj2.style.color = "#e1e1e1";
			obj2.style.textDecoration = "none";
			obj2 = document.getElementById("industries");
			obj2.style.color = "#e1e1e1";
			obj2.style.textDecoration = "none";

		}
		else if(po == 2)
		{
			var obj2 = document.getElementById("services");
			obj2.style.color = "#ffffff";
			obj2.style.textDecoration = "underline";
			obj.innerHTML = "<div id ='menu_services'>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'general.php?page=0'>General</a></div>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'hardware.php?page=0'>Hardware</a></div>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'software.php?page=0'>Software</a></div>\
					<div class = 'menu_link2'><a class = 'menu2' href = 'systems.php'>Systems</a></div>\
					</div>";
			obj2 = document.getElementById("industries");
			obj2.style.color = "#e1e1e1";
			obj2.style.textDecoration = "none";
			obj2 = document.getElementById("aboutus");
			obj2.style.color = "#e1e1e1";
			obj2.style.textDecoration = "none";
		}
		isIn = 1;
	}
}

function clearPO()
{
	po = 10;
}

function hidemenu()
{
	isIn = 0;
	t = setTimeout("clearPO()", 1000);
	var obj2 = document.getElementById("services");
	obj2.style.color = "#e1e1e1";
	obj2.style.textDecoration = "none";
	obj2 = document.getElementById("industries");
	obj2.style.color = "#e1e1e1";
	obj2.style.textDecoration = "none";
	obj2 = document.getElementById("aboutus");
	obj2.style.color = "#e1e1e1";
	obj2.style.textDecoration = "none";
	var obj = document.getElementById("menu2");
	obj.innerHTML = "";
}