var activeitemstore = "";

function highlightmenuitem(menuitem,dirprefix,activeitem)
{
	activeitemstore = activeitem;
	
	if (menuitem == "mnuitm1")
	{
		img="/images/01-Homeh.gif";
		document.getElementById('mnuitm1').src = dirprefix + img;
	}

	if (menuitem == "mnuitm2")
	{
		img="/images/02-About-ush.gif";
		document.getElementById('mnuitm2').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm3")
	{
		img="/images/03-Online-Shoph.gif";
		document.getElementById('mnuitm3').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm4")
	{
		img="/images/04-Exampleh.gif";
		document.getElementById('mnuitm4').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm5")
	{
		img="/images/05-Extremeh.gif";
		document.getElementById('mnuitm5').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm6")
	{
		img="/images/06-Trackdayh.gif";
		document.getElementById('mnuitm6').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm7")
	{
		img="/images/07-Compliationh.gif";
		document.getElementById('mnuitm7').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm8")
	{
		img="/images/08-Corporateh.gif";
		document.getElementById('mnuitm8').src =  dirprefix + img;
	}
	
	if (menuitem == "mnuitm9")
	{
		img="/images/09-Duplicationh.gif";
		document.getElementById('mnuitm9').src =  dirprefix + img;
	}
}

function unhighlightmenuitem(menuitem,dirprefix)
{
	if ((menuitem == "mnuitm1"))
	{
		img="/images/01-Home.gif";
		document.getElementById('mnuitm1').src = dirprefix + img;
	}

	if (menuitem == "mnuitm2")
	{
		img="/images/02-About-us.gif";
		document.getElementById('mnuitm2').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm3")
	{
		img="/images/03-Online-Shop.gif";
		document.getElementById('mnuitm3').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm4")
	{
		img="/images/04-Example.gif";
		document.getElementById('mnuitm4').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm5")
	{
		img="/images/05-Extreme.gif";
		document.getElementById('mnuitm5').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm6")
	{
		img="/images/06-Trackday.gif";
		document.getElementById('mnuitm6').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm7")
	{
		img="/images/07-Compliation.gif";
		document.getElementById('mnuitm7').src =  dirprefix + img;
	}

	if (menuitem == "mnuitm8")
	{
		img="/images/08-Corporate.gif";
		document.getElementById('mnuitm8').src =  dirprefix + img;
	}
	
	if (menuitem == "mnuitm9")
	{
		img="/images/09-Duplication.gif";
		document.getElementById('mnuitm9').src =  dirprefix + img;
	}
}
