function init()
{
	menus[0] = new menu(25, "horizontal", 106, 142, 0, 0, "img:menu_off.jpg", "img:menu_on.jpg", "Verdana, Helvetica", 8, "bold", 
		"bold", "#016B8B", "#000000", 0, "#027BA1", 5, "", false, false, true, false, 2, false, 2, 2, "gray");
	menus[0].addItem("default.htm", "", 110, "center", "home", 0);
	menus[0].addItem("about_us.asp", "", 110, "center", "about us", 0);
	menus[0].addItem("products.asp", "", 110, "center", "products", 1);
	menus[0].addItem("support.asp", "", 110, "center", "support", 2);
	menus[0].addItem("contact.htm", "", 110, "center", "contact", 0);
	menus[0].floatMenu(1024, 768, 10, 0);
	
	menus[1] = new menu(360, "vertical", 0, 0, -5, -5, "#E1E8E8", "#027BA1", "Verdana, Helvetica", 8, "", 
		"normal", "black", "#ffff33", 1, "#027BA1", 3, 187, false, false, false, false, 0, false, 4, 4, "#AAAAAA");
	menus[1].addItem("fulcrum_net.asp", "", 22, "left", "<strong>Fulcrum.NET</strong>", 0);	
	menus[1].addItem("eagle.asp", "", 22, "left", "<strong>Eagle</strong> - Full Featured, Advanced System", 0);
	menus[1].addItem("birdie.asp", "", 22, "left", "<strong>Birdie</strong> - Basic Route Accounting", 0);	
	menus[1].addItem("par.asp", "", 22, "left", "<strong>Par</strong> - Healthcare/Institutional", 0);
	menus[1].addItem("pga.asp", "", 22, "left", "<strong>PGA</strong> - Garment Tracking/Labels", 0);
	menus[1].addItem("warehouse.asp", "", 22, "left", "<strong>Warehouse Inventory</strong> - Stockroom Control", 0);
	menus[1].addItem("account_prof.asp", "", 22, "left", "<strong>Account Profitability</strong> - Analyze Your Accounts", 0);

	menus[2] = new menu(150, "vertical", 0, 0, -5, 5, "#E1E8E8", "#027BA1", "Arial, Helvetica", 8, "", 
		"normal", "black", "#ffff33", 1, "#027BA1", 3, 187, false, false, false, false, 0, false, 4, 4, "#AAAAAA");
	menus[2].addItem("http://209.144.93.9/NASDocumentation/NAS_User_Documentation.htm", "", 22, "left", "<strong>Fulcrum.NET</strong>", 0);	
	menus[2].addItem("support.asp", "", 22, "left", "<strong>All Other Products</strong>", 3);		

	menus[3] = new menu(100, "vertical", 0, 0, 5, 5, "#E1E8E8", "#027BA1", "Arial, Helvetica", 8, "", 
		"bold", "black", "#ffff33", 1, "#027BA1", 3, 187, false, true, false, false, 0, false, 4, 4, "#AAAAAA");
	menus[3].addItem("support_faq.asp", "", 22, "left", "<strong>FAQ</strong>", 0);
	menus[3].addItem("support_documents.asp", "", 22, "left", "<strong>Documents</strong>", 0);
	menus[3].addItem("support_downloads.asp", "", 22, "left", "<strong>Downloads</strong>", 0);
	
}