function init()
{
	menus[0] = new menu(20, "horizontal", 35, 149, 0, 0, "172F47", "99BCC9", "Verdana", 9, "bold", "bold", "FFFFFF", "FFFFFF", 0, "662D91", 2, "", false, true, true, false, 0, false, 5, 5, "000000");
	menus[0].addItem("http://66.219.133.229/index.htm", "_top", 55, "center", "Home", 0);
	menus[0].addItem("", "", 170, "center", "PhysiciansFast Progams", 1);
	menus[0].addItem("/temps/opportunities/intro.cfm", "_top", 180, "center", "Business Opportunities", 2);
	menus[0].addItem("/temps/products/intro.cfm", "_top", 183, "center", "PhysiciansFast Products", 3);
	menus[0].addItem("/temps/testimonials.cfm", "_top", 100, "center", "Testimonials", 0);
	menus[0].addItem("/temps/contact.cfm", "_top", 86, "center", "Contact Us", 0);
	menus[0].floatMenu(866, 768, 0, 0);

//Sub Menu for 1st Main Menu Item ("About Physicians Fast Progam"):
	menus[1] = new menu(150, "vertical", 0, 0, -1, -1, "#99BCC9", "#172F47", "Verdana", 7, "normal", 
		"bold", "000000", "FFFFFF", 0, "FFFFFF", 2, 62, false, true, false, true, 6, false, 4, 4, "000000");
	menus[1].addItem("/temps/about/overview.cfm", "_top", 20, "left", "Program Overview", 0);
	menus[1].addItem("/temps/about/review.cfm", "_top", 20, "left", "Product Overview", 0);
	menus[1].addItem("/temps/about/enroll.cfm", "_top", 20, "left", "How to Enroll", 0);

//Sub Menu for 2nd Main Menu Item ("Business Opportunities"):
	menus[2] = new menu(315, "vertical", 0, 0, -1, -1, "#99BCC9", "#172F47", "Verdana", 7, "normal", 
		"bold", "000000", "FFFFFF", 0, "FFFFFF", 2, 62, false, true, false, true, 6, false, 4, 4, "000000");
	menus[2].addItem("/temps/opportunities/distributorship.cfm", "_top", 20, "left", "Distributorship", 0);
	menus[2].addItem("/temps/opportunities/medical.cfm", "_top", 20, "left", "PhysiciansFAST Franchise Business Opportunity", 0);
	menus[2].addItem("/temps/opportunities/complete.cfm", "_top", 20, "left", "PWLC Franchise Business Opportunity", 0);

//Sub Menu for 3rd Main Menu Item ("Physicians Fast Products"):
	menus[3] = new menu(200, "vertical", 0, 0, -1, -1, "#99BCC9", "#172F47", "Verdana", 7, "normal", 
		"bold", "000000", "FFFFFF", 0, "FFFFFF", 2, 62, false, true, false, true, 6, false, 4, 4, "000000");
	menus[3].addItem("/temps/products/cinnamon_roll.cfm", "_top", 20, "left", "Cinnamon Roll Protein Bar", 0);	
	menus[3].addItem("/temps/products/coffee_crunch.cfm", "_top", 20, "left", "Coffee Crunch Protein Bar", 0);
	menus[3].addItem("/temps/products/fudge_graham.cfm", "_top", 20, "left", "Fudge Graham Protein Bar", 0);
	menus[3].addItem("/temps/products/mixed_berry.cfm", "_top", 20, "left", "Mixed Berry Protein Bar", 0);
	menus[3].addItem("/temps/products/peanut_butter.cfm", "_top", 20, "left", "Peanut Butter Protein Bar", 0);
	menus[3].addItem("/temps/products/wild_berry.cfm", "_top", 20, "left", "Wild Berry Drink", 0);
	menus[3].addItem("/temps/products/creamy_chicken.cfm", "_top", 20, "left", "Creamy Chicken Soup", 0);	
	menus[3].addItem("/temps/products/chocolate.cfm", "_top", 20, "left", "Chocolate Shake/Pudding", 0);
	menus[3].addItem("/temps/products/mint_chocolate.cfm", "_top", 20, "left", "Chocolate Mint Shake/Pudding", 0);
	menus[3].addItem("/temps/products/vanilla.cfm", "_top", 20, "left", "Vanilla Shake/Pudding", 0);
	menus[3].addItem("/temps/products/supplement.cfm", "_top", 20, "left", "Multi-Vitamin Supplement", 0);
	menus[3].addItem("/temps/products/emctablets.cfm", "_top", 20, "left", "EMC Tablets", 0);
	menus[3].addItem("/temps/products/jar.cfm", "_top", 20, "left", "Shaker Jar", 0);
	menus[3].addItem("/temps/products/tapes.cfm", "_top", 20, "left", "Behavior Audio Tapes", 0);
	menus[3].addItem("/temps/products/sample.cfm", "_top", 20, "left", "Physicians Fast Sample Kit", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
