function onButtonClick(itemId,itemValue)
{
	if (itemId=="01")
		{
		parent.self.location="./index.html";
		}
			
	if (itemId=="0201")
		{
		parent.self.location="./mission_statement.htm";
		}	
	if (itemId=="0202")
		{
		parent.self.location="./resource.htm";
		}
	if (itemId=="03")
		{
		parent.self.location="./projects.htm";
		}
	if (itemId=="04")
		{
		parent.self.location="./criteria.htm";
		}
	if (itemId=="05")
		{
		parent.self.location="./inventory.php";
		}
	if (itemId=="06")
		{
		parent.self.location="./contact.htm";
		}
};

aMenuBar3=new dhtmlXMenuBarObject(document.getElementById('busstyle'),'100%',23,"-");
aMenuBar3.setOnClickHandler(onButtonClick);
aMenuBar3.setGfxPath("xmenu/");
aMenuBar3.loadXML("menu.xml")
aMenuBar3.showBar();