function init()

{

	menus[0] = new menu(20, "horizontal", 200, 20, -30, -1, "img:/images/tab1.jpg", "img:/images/tab2.jpg", "Arial,Helvetica", 10, "bold", "bold", "Black", "Red", 0, "green", 2, "", false, false, true, true, 12, true, 4, 4, "gray");

	menus[0].addItem("index.html", "", 75, "center", "  Home  ", 0);

	menus[0].addItem("#", "", 75, "center", "Our Troop", 1);

	menus[0].addItem("calendar2.html", "", 75, "center", "Calendar", 0);

	menus[0].addItem("photos.html", "", 75, "center", "Photos", 0);

	menus[0].addItem("eagles.html", "", 75, "center", "Eagles", 0);

	menus[0].addItem("#", "", 75, "center", "Games", 2);

	menus[0].addItem("myform.html", "", 75, "center", "Forms", 0);

	menus[0].addItem("#", "", 75, "center", "Links", 3);

	menus[0].floatMenu(1024, 768, 10, 0);

	

	menus[1] = new menu(20, "horizontal", 0, 0, -5, -5, "lightgreen", "royalblue", "Arial,Helvetica", 9, "Bold", "bold", "black", "white", 1, "black", 2, "", false, true, false, false, 0, true, 4, 4, "gray");

	menus[1].addItem("ourtroop.html", "", 73, "center", "About Us", 0);

	menus[1].addItem("roster.html", "", 50, "center", "Roster", 0);

	menus[1].addItem("meetmin.html", "", 100, "center", "Meeting Minutes", 0);

	

	menus[2] = new menu(22, "horizontal", 0, 0, 0, -2, "lightgreen", "royalblue", "Arial,Helvetica", 9, "Bold", "bold", "black", "white", 1, "black", 2, "", false, true, false, false, 0, true, 4, 4, "gray");

	menus[2].addItem("javascript:void window.open('games/tic/ttt.htm','tictactoe','top=50,left=125,width=475,height=430')", "", 90, "center", "Tic Tac Toe", 0);

	menus[2].addItem("javascript: void window.open('games/peg/peg2.htm','peg','top=50,left=125,width=475,height=430')", "", 50, "center", "Peg", 0);

	menus[2].addItem("javascript:void window.open('games/t3d/tictac3d.htm','3DTicTacToe','top=50,left=75,width=675,height=430')", "", 100, "center", "3d Tic Tac Toe", 0);

	menus[2].addItem("javascript:void window.open('games/bship/bship.html','bship','top=50,left=75,width=670,height=430')", "", 75, "center", "Battleship", 0);

	menus[2].addItem("javascript:void window.open('games/conc/concentration.html','concentration','top=50,left=125,width=300,height=350')", "", 60, "center", "Match", 0);

	menus[2].addItem("javascript:void window.open('games/crab/crab.html','crab','top=50,left=125,width=335,height=300')", "", 60, "center", "Crab", 0);

	menus[2].addItem("javascript:void window.open('games/baldo/bgate1.html','Baldo','top=50,left=125,width=660,height=720')", "", 80, "center", "Baldo's Gate", 0);

                menus[2].addItem("jigsaw.html", "_New", 50, "center", "Jigsaw", 0);




	menus[3] = new menu(20, "horizontal", 0, 0, -5, -5, "Lightgreen", "royalblue", "Arial,Helvetica", 9, "bold", "bold", "black", "white", 1, "black", 2, "", false, true, false, false, 0, true, 4, 4, "gray");

	menus[3].addItem("http://www.scouting.org", "", 60, "center", "BSA", 0);

	menus[3].addItem("http://www.mac-bsa.org", "", 60, "center", "MAC", 0);

	menus[3].addItem("http://mac-wwd.org/index.php", "", 140, "center", "Wagon Wheel District", 0);

	menus[3].addItem("http://www.usscouts.org", "", 73, "center", "US Scouter", 0);

	menus[3].addItem("http://www.meritbadge.com", "", 110, "center", "Merit Badge Info", 0);

	
}

