
//*********************** MAIN NAVIGATION LAYOUT ***********************//
//**********************************************************************//

with(milonic=new menuname('Main Menu')){ 
	style=menuStyle;
	orientation='horizontal';
	alwaysvisible=1;
	menuwidth="100%";
	itemwidth="100px";
	menualign="center";
	align="center";
	position="relative";
	aI("text=About Us;url=;status=About Us;showmenu=about");
	aI("text=Products;url=;status=Products;showmenu=products");	
	aI("text=Our Brands;url=our-brands.html;status=Our Brands;");
	aI("text=Client Info;status=Client Info;showmenu=client-info");
	aI("text=Used Products;url=index.php?page=products;status=Products;showmenu=used-products");
        aI("text=Latest News;url=latest-news.html;status=Latest News;");
	aI("text=Contact Us;status=Contact Us;showmenu=contact");	
}
drawMenus();



//  TO SHOW A SUB MENU ADD:  showmenu=--NAME OF SUB MENU--;  //