function init()
{
	menus[0] = new menu(22, "horizontal", 270, 10,-110, 0, "img:images/blank.gif", "img:images/blank.gif", "Arial,Helvetica", 9, "", 
		"bold", "333333", "red", 0, "white", 4, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, false, 4, 4, "gray");
	menus[0].addItem("pages/welcome.html", "principal", 60, "right", "Home", 0);
	menus[0].addItem("familles/clubs.html", "principal", 70, "Center", "Clubs ", 1);
	menus[0].addItem("familles/bags.html", "principal", 70, "center", "Bags ", 2);
	menus[0].addItem("familles/accessories.html", "principal", 100, "right", "Accessories", 3);
	menus[0].addItem("#", "principal", 90, "right", "About us", 11);
	menus[0].addItem("distributors/distributors.html", "principal", 100, "right", "Distributors", 0);
	menus[0].addItem("rackets/index.html", "NEWWIN", 60, "right", "Racket Sports", 0)
	menus[0].addItem("pages/contact.html", "principal", 40, "right", "Contact", 0);
	;

	menus[0].floatMenu(1024, 768, 10, 0);
	
	menus[1] = new menu(22, "horizontal", 0, 0, 0, 0,"White", "white", "Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, false, false, 0, false, 4, 4, "gray");
	menus[1].addItem("familles/drivers.html", "principal", 70, "right", "Drivers", 10)
	menus[1].addItem("familles/woods.html", "principal", 80, "right", "Woods", 4);
	menus[1].addItem("familles/hybrids.html", "principal", 80, "right", "Hybrids", 6);
	menus[1].addItem("familles/irons.html", "principal", 80, "right", "Irons", 5);
		menus[1].addItem("familles/putters.html", "principal", 80, "right", "Putters", 7);
	menus[1].addItem("pages/junior.html", "principal", 80, "right", "Junior", 0);

	menus[2] = new menu(22, "horizontal", 0, 0, -50, 0, "White", "white", "Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, false, false, 0, false, 4, 4, "gray");
	menus[2].addItem("familles/standbags.html", "principal", 90, "right","Standbags", 9);
	menus[2].addItem("familles/cartbags.html", "principal", 90, "right", "Cartbags", 8);
	menus[2].addItem("familles/trainingbags.html", "principal", 125, "right", "Training bags", 12);
	

	menus[3] = new menu(22, "horizontal", 0, 0, 0, 0, "White", "white", "Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, 0, false, true, false, false, 0, false, 4, 4, "gray");
	menus[3].addItem("pages/shoebags.html", "principal", 80, "left", "Shoebags", 0);
	
	menus[3].addItem("pages/gloves.html", "principal", 60, "left", "Gloves", 0);
	menus[3].addItem("pages/travel.html", "principal", 90, "left", "Travel cover", 0);
	menus[3].addItem("pages/umbrella.html", "principal", 70, "left", "Umbrella", 0);
	menus[3].addItem("pages/balls.html", "principal", 60, "center", "Balls", 0);
	menus[3].addItem("pages/smallbags.html", "principal", 70, "center", "Small bag", 0);
	menus[3].addItem("pages/marker.html", "principal", 80, "center", "Ball Marker", 0);


	menus[4] = new menu(22, "horizontal", 0, 0, 0, 0, "White", "white","Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, "rollover:images/tri-right1.gif:images/tri-right1.gif", false, true, false, false, 0, false, 4, 4, "gray");
	menus[4].addItem("pages/woods-acera.html", "principal", 80, "center", "Acera", 0);
	menus[4].addItem("pages/woods-HE.html", "principal", 80, "left", "H / E", 0);
	

	menus[5] = new menu(22, "horizontal", 0, 0, 0, 0, "White", "white", "Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, 0, false, true, false, false, 0, false, 4, 4, "gray");
	menus[5].addItem("pages/irons-acera.html", "principal", 40, "center", "Acera", 0);
	menus[5].addItem("pages/irons-eclipse.html", "principal", 80, "center", "Eclipse", 0);

	menus[6] = new menu(22, "horizontal", 0, 0, 0, 0, "White", "white", "Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, 0, false, true, false, false, 0, false, 4, 4, "gray");
	menus[6].addItem("pages/hybrids-acera.html", "principal", 80, "center", "Acera", 0);
	menus[6].addItem("pages/hybrids-HE.html", "principal", 80, "left", "H / E", 0);
	
	menus[7] = new menu(22, "horizontal", 0, 0, 0, 0, "White", "white","Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, "rollover:images/tri-right1.gif:images/tri-right1.gif", false, true, false, false, 0, false, 4, 4, "gray");
	menus[7].addItem("pages/putters-acera.html", "principal", 70, "left", "Acera", 0);
	menus[7].addItem("pages/putters-stainless.html", "principal", 70, "left", "Stainless", 0);
	menus[7].addItem("pages/putters-putters.html", "principal", 70, "left", "Putters", 0);
	
	menus[7].addItem("pages/putters-chipper.html", "principal", 50, "left", "Chipper", 0);

	menus[8] = new menu(22, "horizontal", 0, 0, 0, 0, "White", "white","Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, "rollover:images/tri-right1.gif:images/tri-right1.gif", false, true, false, false, 0, false, 4, 4, "gray");
	menus[8].addItem("", "principal", 25, "left", "", 0);
	menus[8].addItem("pages/cartbag9.html", "principal", 100, "left", "Cartbags 9''", 0);
	menus[8].addItem("pages/cartbag5.html", "principal", 100, "left", "Cartbags 5''", 0);
	

	menus[9] = new menu(22, "horizontal", 0, 0, -50, 0, "White", "white","Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, "rollover:images/tri-right1.gif:images/tri-right1.gif", false, true, false, false, 0, false, 4, 4, "gray");
	menus[9].addItem("pages/standbag9.html", "principal", 115, "left", "Standbags 9''", 0);
	menus[9].addItem("pages/standbag8.html", "principal", 135, "left", "Standbags 8 1/2''", 0);
	menus[9].addItem("pages/standbag7.html", "principal", 135, "left", "Standbags 7 1/2''", 0);
	menus[9].addItem("pages/standbag6.html", "principal", 135, "left", "Standbags 6 1/2''", 0);
	menus[9].addItem("pages/standbagjunior.html", "principal", 115, "left", "Standbag 6''", 0);

	menus[10] = new menu(22, "horizontal", 0, 0, 0, 0, "White", "white", "Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, 0, false, true, false, false, 0, false, 4, 4, "gray");
	menus[10].addItem("pages/drivers-acera.html", "principal", 100, "center", "Acera Titanium", 0);
	menus[10].addItem("pages/drivers-HE.html", "principal", 70, "center", "H / E", 0);
	
	menus[11] = new menu(22, "horizontal", 0, 0, 0, 0, "White", "white", "Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, 0, false, true, false, false, 0, false, 4, 4, "gray");
	menus[11].addItem("pages/history.html", "principal", 170, "center", "Browning Golf History", 0);
	menus[11].addItem("http://www.herstalgroup.com", "NEWWIN", 110, "center", "Corporate Group", 0);

	menus[12] = new menu(22, "horizontal", 0, 0, 0, 0, "White", "white", "Arial,Helvetica", 9, "", 
		"bold",  "333333", "red", 0, "red", 4, 0, false, true, false, false, 0, false, 4, 4, "gray");
	menus[12].addItem("pages/training.html", "principal", 125, "right", "Training bags", 0);
	menus[12].addItem("pages/softbags.html", "principal", 80, "right", "Soft bags", 0);
}
