var menuMgr = new NlsMenuManager("mgr");
menuMgr.timeout = 500;
menuMgr.flowOverFormElement = true;




	var menu_c28=menuMgr.createMenu("menuc28");
			menu_c28.applyBorder(true, true, true, true);
			menu_c28.dropShadow("none");
								menu_c28.addItem("p3", "About Us", "http://www.metacousa.com/contactus.html");
						menu_c28.addItem("p10", "Vendor Information", "http://www.metacousa.com/register_info.html");
						menu_c28.addItem("p4", "Our Services", "http://www.metacousa.com/contact-info.html");
						menu_c28.addItem("p9", "Representations", "http://www.metacousa.com/contactinfo.html");
					menu_c28.showSubIcon = false;
		menuMgr.renderMenus();
