function init()
{
	menus[0] = new menu(40, "horizontal", 127, 115, 0, -2, "img:/images/diamondButton1.gif", "img:/images/diamondButton2.gif", "Arial,Helvetica", 9, "bold", 
		"bold", "#145091", "white", 0, "white", 5, "rollover:/images/tri-down1.gif:/images/tri-down2.gif", false, false, true, false, 0, false, 0, 0, "");
	/*menus[0].addItem("/index.htm", "", 150, "center", "  Home", 0);*/
	menus[0].addItem("#", "", 150, "center", "Inventory Management", 1);
	menus[0].addItem("#", "", 150, "center", "Courier      Service", 2);
	menus[0].addItem("/viptrans.htm", "", 150, "center", "VIP Transportation", 0);
	menus[0].addItem("#", "", 150, "center", "Contact Us", 3);
	menus[0].addItem("#", "", 150, "center", "About Us", 4);
	menus[0].floatMenu(1024, 768, 10, 0);
	
	menus[1] = new menu(150, "vertical", 0, 0, -5, -5, "img:/images/diamondButton1.gif", "img:/images/diamondButton2.gif", "Arial,Helvetica", 9, "", 
		"bold", "#145091", "white", 0, "", 5, 187, false, false, false, false, 0, true, 4, 4, "gray");
	menus[1].addItem("/invmanag.htm", "", 40, "center", "Inventory Management", 0);
	menus[1].addItem("/asp/Default.asp", "", 40, "center", "Login/Inventory Status", 0);
	menus[1].addItem("/inv_testimony.htm", "", 40, "center", "Testimonials", 0);
	
	menus[2] = new menu(150, "vertical", 0, 0, -5, -5, "img:/images/diamondButton1_small.gif", "img:/images/diamondButton2_small.gif", "Arial,Helvetica", 9, "", 
		"bold", "#145091", "white", 1, "black", 2, 187, false, false, false, false, 0, true, 4, 4, "gray");
	menus[2].addItem("/courier.htm", "", 22, "center", "Courier Services", 0);
	menus[2].addItem("/meddeliv.htm", "", 22, "center", "Medical Deliveries", 0);
	menus[2].addItem("/whiteglove.htm", "", 22, "center", "White Glove", 0);
	menus[2].addItem("/packnship.htm", "", 22, "center", "Pack and Ship", 0);
	menus[2].addItem("/truck.htm", "", 22, "center", "Trucking", 0);
	menus[2].addItem("/logistics.htm", "", 22, "center", "Logistics", 0);
	menus[2].addItem("/testimonials.htm", "", 22, "center", "Testimonials", 0);
	menus[2].addItem("http://www.rightawaydelivery.com/redirect.htm", "", 22, "center", "New Order", 0);
	menus[2].addItem("http://www.rightawaydelivery.com:8081/wo/weborder/OrderList.jsp", "", 22, "center", "Order Tracking", 0);
	menus[2].addItem("/survey/customersurvey.asp", "", 22, "center", "Customer Survey", 0);
	
	menus[3] = new menu(150, "vertical", 0, 0, -5, -5, "img:/images/diamondButton1_small.gif", "img:/images/diamondButton2_small.gif", "Arial,Helvetica", 9, "", 
		"bold", "#145091", "white", 1, "black", 2, 187, false, false, false, false, 0, true, 4, 4, "gray");
	menus[3].addItem("/contact.htm", "", 22, "center", "Contact Us", 0);
	menus[3].addItem("/newcust.htm", "", 22, "center", "New Customers", 0);
	menus[3].addItem("/employ.htm", "", 22, "center", "Employment", 0);
	
	menus[4] = new menu(150, "vertical", 0, 0, -5, -5, "img:/images/diamondButton1_small.gif", "img:/images/diamondButton2_small.gif", "Arial,Helvetica", 9, "", 
		"bold", "#145091", "white", 1, "black", 2, 187, false, false, false, false, 0, true, 4, 4, "gray");
	menus[4].addItem("/about.htm", "", 22, "center", "From the President", 0);
	menus[4].addItem("/links.htm", "", 22, "center", "Links", 0);
}
