// Copyright Thomas Brattli at www.bratta.com

// Définition de l'objet Menu
oMenu=new menuObj('oMenu') 

// Les variables de style (notation feuilles de style CSS)
//// Le style du menu principal
oMenu.clMain='padding:5px; font-family:verdana,arial; font-size:12px; font-weight:bold' 
//// Le style des sous-menus
oMenu.clSub='padding:5px; font-family:verdana,arial; font-size:11px; font-weight:bold' 
//// Le style des sous-sous-menus
oMenu.clSubSub='padding:5px; font-family:verdana,arial; font-size:11px; font-weight:bold' 
//// Le style des liens du menu principal
oMenu.clAMain='text-decoration:none; color:Black'
//// Le style des liens des sous-menus
oMenu.clASub='text-decoration:none; color:White' 
//// Le style des liens des sous-sous-menus
oMenu.clASubSub='text-decoration:none; color:White' 

// Les propriétés de la barre d'arrière-plan
//// 1 si vous souhaitez une barre sinon 0
oMenu.backgroundbar=0

//// La position gauche de la barre en pixels ou en %
oMenu.backgroundbarfromleft=25
//// La position verticale de la barre en pixels ou en %
oMenu.backgroundbarfromtop=20  /20 
//// La taille de la barre en pixels ou en %
oMenu.backgroundbarsize="100%" 
//// La couleur de la barre
oMenu.backgroundbarcolor="Navy" //"Navy" 

// Les dimensions des menus
//// La hauteur en pixels ou % des éléments du menu principal
oMenu.mainheight=22  //22
//// La largeur en pixels ou % des éléments du menu principal
oMenu.mainwidth=85 //100
//// La hauteur en pixels ou % des éléments du sous-menu 
oMenu.subheight=20 //20
//// La largeur en pixels ou % des éléments du sous-menu 
oMenu.subwidth=120 //120
//// La hauteur en pixels ou % des éléments du sous-sous-menu 
oMenu.subsubheight=20 //20
//// La largeur en pixels ou % des éléments du sous-sous-menu 
oMenu.subsubwidth=175 //70

//////////////////////////////////
oMenu.makeStyle()
//////////////////////////////////

// Le placement du menu principal
oMenu.subplacement=oMenu.mainheight 
// Le retrait horizontal des sous-sous-menus
oMenu.subsubXplacement=oMenu.subwidth/2+15 
// Le retrait vertical des sous-sous-menus
oMenu.subsubYplacement=5 //7 

// Les couleurs des différents menus
//// La couleur d'arrière-plan du menu principal
oMenu.mainbgcoloroff='66CCFF' //Navy
//// La couleur d'arrière-plan au passage de la souris du menu principal
oMenu.mainbgcoloron='3366CC' //#996699
//// La couleur d'arrière-plan des sous-menus
oMenu.subbgcoloroff='#660033' //#006699
//// La couleur d'arrière-plan au passage de la souris des sous-menus
oMenu.subbgcoloron='#993366' //#9966cc
//// La couleur d'arrière-plan des sous-sous-menus
oMenu.subsubbgcoloroff='#FF6600' //#3098CF
//// La couleur d'arrière-plan au passage de la souris des sous-sous-menus
oMenu.subsubbgcoloron='#FF9900' //#CE95D5
//// Pour garder la couleur au passage de la souris lors d'un click
oMenu.stayoncolor=1 

// La vitesse de l'effet
oMenu.menuspeed=5
oMenu.menusubspeed=5

// 0 si vous souhaitez des lignes, 1 pour des colonnes
oMenu.menurows=1
// "mouse" pour onmouseover, "click" pour onclick
oMenu.menueventon="mouse" 
oMenu.menueventoff="mouse" 

/////// Sans objet car 1 seul menu dans le script /////
oMenu.menuplacement=0
oMenu.pxbetween=0 
oMenu.fromleft=25 //25
oMenu.fromtop=175 //175
//////////////////////////////////////////////////////

		oMenu.makeMain (0, "PES2010", 0)

			oMenu.makeSub (0, 0, "Vrais Noms", 0, 9)

			oMenu.makeSub (0, 1, "Les Meilleurs", 0, 9)

			oMenu.makeSub (0, 2, "Fiche Joueur", "f_PES10_playcard.asp", 9)

			oMenu.makeSub (0, 3, "Performances", 0, 9)

			oMenu.makeSub (0, 4, "Votre ML", "f_PES10_yourML.asp", 9)

			oMenu.makeSub (0, 5, "Des Joueurs", 0, 9)

			oMenu.makeSub (0, 6, "Spécialités", 0, 9)

			oMenu.makeSub (0, 7, "Les Equipes", 0, 9)

			oMenu.makeSub (0, 8, "Fiche Equipe", "f_PES10_teamcard.asp", 9)

													
					oMenu.makeSubSub (0, 0, 0, "Qui est qui", "f_PES10_whoswho.asp", 7)		

					oMenu.makeSubSub (0, 0, 1, "Internationaux", "f_PES10_playcountry.asp?TEAM=France", 7)
				
					oMenu.makeSubSub (0, 0, 2, "Joueurs Clubs", "f_PES10_playclub.asp", 7)

					oMenu.makeSubSub (0, 0, 3, "les Classiques", "f_PES10_classic.asp", 7)

					oMenu.makeSubSub (0, 0, 4, "PES Shop", "f_PES10_shop.asp", 7)

					oMenu.makeSubSub (0, 0, 5, "Nations", "f_PES10_countries.asp", 7)

					oMenu.makeSubSub (0, 0, 6, "Clubs", "f_PES10_clubname.asp", 7)

					oMenu.makeSubSub (0, 1, 0, "100 Actuels", "f_PES10_100Bests_now.asp", 3)

					oMenu.makeSubSub (0, 1, 1, "100 tsTemps", "f_PES10_100Bests_allt.asp", 3)

					oMenu.makeSubSub (0, 1, 2, "par Position", "f_PES10_bests_pos1.asp", 3)

					oMenu.makeSubSub (0, 3, 0, "Perf  = 99", "f_PES10_the99.asp", 3)

					oMenu.makeSubSub (0, 3, 1, "Perf >= 95", "f_PES10_Sup95.asp", 3)

					oMenu.makeSubSub (0, 3, 2, "Perf >= 90", "f_PES10_Sup90.asp", 3)

					oMenu.makeSubSub (0, 5, 0, "P'tits Jeunes", "f_PES10_youngs.asp", 4)

					oMenu.makeSubSub (0, 5, 1, "Autres Jeunes", "f_PES10_youngsother.asp",4)

					oMenu.makeSubSub (0, 5, 2, "Classiques", "f_PES10_classics.asp", 4)

					oMenu.makeSubSub (0, 5, 3, "Shop PES", "f_PES10_shops.asp", 4)

					oMenu.makeSubSub (0, 6, 0, "Deux Pieds", "f_PES10_spe_bothfeet.asp", 7)
					
					oMenu.makeSubSub (0, 6, 1, "Coups Francs", "f_PES10_spe_FK.asp", 7)

					oMenu.makeSubSub (0, 6, 2, "Tête", "f_PES10_spe_head.asp", 7)

					oMenu.makeSubSub (0, 6, 3, "Touches longues", "f_PES10_spe_lgthrow.asp", 7)

					oMenu.makeSubSub (0, 6, 4, "Rapides", "f_PES10_spe_speed.asp", 7)

					oMenu.makeSubSub (0, 6, 5, "Frappeurs", "f_PES10_spe_MidShoot.asp", 7)

					oMenu.makeSubSub (0, 6, 6, "Buteurs", "f_PES10_spe_scorers.asp", 7)

					oMenu.makeSubSub (0, 7, 0, "Nations", "f_PES10_t_N.asp", 4)

					oMenu.makeSubSub (0, 7, 1, "Clubs", "f_PES10_t_M.asp", 4)

					oMenu.makeSubSub (0, 7, 2, "Classiques", "f_PES10_t_C.asp", 4)

					oMenu.makeSubSub (0, 7, 3, "Toutes", "f_PES10_t_A.asp", 4)

					
		oMenu.makeMain (1, "PES2009", 0)

			oMenu.makeSub (1, 0, "Vrais Noms", 0, 9)

			oMenu.makeSub (1, 1, "Les Meilleurs", 0, 9)

			oMenu.makeSub (1, 2, "Fiche Joueur", "f_PES9_playcard.asp", 9)

			oMenu.makeSub (1, 3, "Performances", 0, 9)

			oMenu.makeSub (1, 4, "Votre ML", "f_PES9_yourML.asp", 9)

			oMenu.makeSub (1, 5, "Des Joueurs", 0, 9)

			oMenu.makeSub (1, 6, "Spécialités", 0, 9)

			oMenu.makeSub (1, 7, "Les Equipes", 0, 9)

			oMenu.makeSub (1, 8, "Fiche Equipe", "f_PES9_teamcard.asp", 9)

										
					oMenu.makeSubSub (1, 0, 0, "Qui est qui", "f_PES9_whoswho.asp", 7)		

					oMenu.makeSubSub (1, 0, 1, "Internationaux", "f_PES9_playcountry.asp?TEAM=France", 7)
				
					oMenu.makeSubSub (1, 0, 2, "Joueurs Clubs", "f_PES9_playclub.asp", 7)

					oMenu.makeSubSub (1, 0, 3, "les Classiques", "f_PES9_classic.asp", 7)

					oMenu.makeSubSub (1, 0, 4, "PES Shop", "f_PES9_shop.asp", 7)

					oMenu.makeSubSub (1, 0, 5, "Nations", "f_PES9_countries.asp", 7)

					oMenu.makeSubSub (1, 0, 6, "Clubs", "f_PES9_clubname.asp", 7)

					oMenu.makeSubSub (1, 1, 0, "100 Actuels", "f_PES9_100Bests_now.asp", 3)

					oMenu.makeSubSub (1, 1, 1, "100 tsTemps", "f_PES9_100Bests_allt.asp", 3)

					oMenu.makeSubSub (1, 1, 2, "par Position", "f_PES9_bests_pos1.asp", 3)

					oMenu.makeSubSub (1, 3, 0, "Perf  = 99", "f_PES9_the99.asp", 3)

					oMenu.makeSubSub (1, 3, 1, "Perf >= 95", "f_PES9_Sup95.asp", 3)

					oMenu.makeSubSub (1, 3, 2, "Perf >= 90", "f_PES9_Sup90.asp", 3)

					oMenu.makeSubSub (1, 5, 0, "P'tits Jeunes", "f_PES9_youngs.asp", 4)

					oMenu.makeSubSub (1, 5, 1, "Autres Jeunes", "f_PES9_youngsother.asp",4)

					oMenu.makeSubSub (1, 5, 2, "Classiques", "f_PES9_classics.asp", 4)

					oMenu.makeSubSub (1, 5, 3, "Shop PES", "f_PES9_shops.asp", 4)

					oMenu.makeSubSub (1, 6, 0, "Deux Pieds", "f_PES9_spe_bothfeet.asp", 7)
					
					oMenu.makeSubSub (1, 6, 1, "Coups Francs", "f_PES9_spe_FK.asp", 7)

					oMenu.makeSubSub (1, 6, 2, "Tête", "f_PES9_spe_head.asp", 7)

					oMenu.makeSubSub (1, 6, 3, "Touches longues", "f_PES9_spe_lgthrow.asp", 7)

					oMenu.makeSubSub (1, 6, 4, "Rapides", "f_PES9_spe_speed.asp", 7)

					oMenu.makeSubSub (1, 6, 5, "Frappeurs", "f_PES9_spe_MidShoot.asp", 7)

					oMenu.makeSubSub (1, 6, 6, "Buteurs", "f_PES9_spe_scorers.asp", 7)

					oMenu.makeSubSub (1, 7, 0, "Nations", "f_PES9_t_N.asp", 4)

					oMenu.makeSubSub (1, 7, 1, "Clubs", "f_PES9_t_M.asp", 4)

					oMenu.makeSubSub (1, 7, 2, "Classiques", "f_PES9_t_C.asp", 4)

					oMenu.makeSubSub (1, 7, 3, "Toutes", "f_PES9_t_A.asp", 4)
					

		oMenu.makeMain (2, "PES2008", 0)

			oMenu.makeSub (2, 0, "Vrais Noms", 0, 9)

			oMenu.makeSub (2, 1, "Les Meilleurs", 0, 9)

			oMenu.makeSub (2, 2, "Fiche Joueur", "f_PES7_playcard.asp", 9)

			oMenu.makeSub (2, 3, "Performances", 0, 9)

			oMenu.makeSub (2, 4, "Votre ML", "f_PES7_yourML.asp", 9)

			oMenu.makeSub (2, 5, "Des Joueurs", 0, 9)

			oMenu.makeSub (2, 6, "Spécialités", 0, 9)

			oMenu.makeSub (2, 7, "Les Equipes", 0, 9)

			oMenu.makeSub (2, 8, "Fiche Equipe", "f_PES7_teamcard.asp", 9)

								
					oMenu.makeSubSub (2, 0, 0, "Qui est qui", "f_PES7_whoswho.asp", 8)		

					oMenu.makeSubSub (2, 0, 1, "Internationaux", "f_PES7_playcountry.asp?TEAM=France", 8)
				
					oMenu.makeSubSub (2, 0, 2, "Joueurs Clubs", "f_PES7_playclub.asp", 8)

					oMenu.makeSubSub (2, 0, 3, "les Classiques", "f_PES7_classic.asp", 8)

					oMenu.makeSubSub (2, 0, 4, "PES Shop", "f_PES7_shop.asp", 8)

					oMenu.makeSubSub (2, 0, 5, "Nations", "f_PES7_countries.asp", 8)

					oMenu.makeSubSub (2, 0, 6, "Clubs", "f_PES7_clubname.asp", 8)

					oMenu.makeSubSub (2, 0, 7, "Stades", "f_PES7_stadiums.asp", 8)

					oMenu.makeSubSub (2, 1, 0, "100 Actuels", "f_PES7_100Bests_now.asp", 3)

					oMenu.makeSubSub (2, 1, 1, "100 tsTemps", "f_PES7_100Bests_allt.asp", 3)

					oMenu.makeSubSub (2, 1, 2, "par Position", "f_PES7_bests_pos1.asp", 3)

					oMenu.makeSubSub (2, 3, 0, "Perf  = 99", "f_PES7_the99.asp", 3)

					oMenu.makeSubSub (2, 3, 1, "Perf >= 95", "f_PES7_Sup95.asp", 3)

					oMenu.makeSubSub (2, 3, 2, "Perf >= 90", "f_PES7_Sup90.asp", 3)

					oMenu.makeSubSub (2, 5, 0, "P'tits Jeunes", "f_PES7_youngs.asp", 5)

					oMenu.makeSubSub (2, 5, 1, "Autres Jeunes", "f_PES7_youngsother.asp", 5)

					oMenu.makeSubSub (2, 5, 2, "Classiques", "f_PES7_classics.asp", 5)

					oMenu.makeSubSub (2, 5, 3, "Shop PES", "f_PES7_shops.asp", 5)

					oMenu.makeSubSub (2, 5, 4, "les Français", "f_PES7_French.asp", 5)

					oMenu.makeSubSub (2, 6, 0, "Deux Pieds", "f_PES7_spe_bothfeet.asp", 7)
					
					oMenu.makeSubSub (2, 6, 1, "Coups Francs", "f_PES7_spe_FK.asp", 7)

					oMenu.makeSubSub (2, 6, 2, "Tête", "f_PES7_spe_head.asp", 7)

					oMenu.makeSubSub (2, 6, 3, "Touches longues", "f_PES7_spe_lgthrow.asp", 7)

					oMenu.makeSubSub (2, 6, 4, "Rapides", "f_PES7_spe_speed.asp", 7)

					oMenu.makeSubSub (2, 6, 5, "Frappeurs", "f_PES7_spe_MidShoot.asp", 7)

					oMenu.makeSubSub (2, 6, 6, "Buteurs", "f_PES7_spe_scorers.asp", 7)

					oMenu.makeSubSub (2, 7, 0, "Nations", "f_PES7_t_N.asp", 4)

					oMenu.makeSubSub (2, 7, 1, "Clubs", "f_PES7_t_M.asp", 4)

					oMenu.makeSubSub (2, 7, 2, "Classiques", "f_PES7_t_C.asp", 4)

					oMenu.makeSubSub (2, 7, 3, "Toutes", "f_PES7_t_A.asp", 4)

				
		oMenu.makeMain (3, "Anciens", 0)

			oMenu.makeSub (3, 0, "PES6", 0, 8)
		
			oMenu.makeSub (3, 1, "PES5", 0, 8)			

			oMenu.makeSub (3, 2, "PES4", 0, 8)

			oMenu.makeSub (3, 3, "WE8", 0, 8)

			oMenu.makeSub (3, 4, "PES3", 0, 8)			

			oMenu.makeSub (3, 5, "PES2", 0, 8)

			oMenu.makeSub (3, 6, "PES", "f_PES.asp", 8)

			oMenu.makeSub (3, 7, "ISS PE2", "f_ISSPE2.asp", 8)

				oMenu.makeSubSub (3, 0, 0, "Stats: Fiche Joueur", "f_PES6_playcard.asp", 27)						

				oMenu.makeSubSub (3, 0, 1, "Stats: Votre équipe de ML", "f_PES6_yourML.asp", 27)	

				oMenu.makeSubSub (3, 0, 2, "Noms: Qui est qui", "f_PES6_whoswho.asp", 27)		

				oMenu.makeSubSub (3, 0, 3, "Noms: Internationaux", "f_PES6_playcountry.asp?TEAM=France", 27)
				
				oMenu.makeSubSub (3, 0, 4, "Noms: Joueurs Clubs", "f_PES6_playclub.asp", 27)

				oMenu.makeSubSub (3, 0, 5, "Noms: les Classiques", "f_PES6_classic.asp", 27)

				oMenu.makeSubSub (3, 0, 6, "Noms: PES Shop", "f_PES6_shop.asp", 27)

				oMenu.makeSubSub (3, 0, 7, "Noms: Nations", "f_PES6_countries.asp", 27)

				oMenu.makeSubSub (3, 0, 8, "Noms: Clubs", "f_PES6_clubname.asp", 27)

				oMenu.makeSubSub (3, 0, 9, "Noms: Stades", "f_PES6_stadiums.asp", 27)

				oMenu.makeSubSub (3, 0, 10, "Meilleurs: 100 Actuels", "f_PES6_100Bests_now.asp", 27)

				oMenu.makeSubSub (3, 0, 11, "Meilleurs: 100 tsTemps", "f_PES6_100Bests_allt.asp", 27)

				oMenu.makeSubSub (3, 0, 12, "Meilleurs: par Equipe", "f_PES6_playcountry_itord.asp", 27)

				oMenu.makeSubSub (3, 0, 13, "Meilleurs: par Position", "f_PES6_bests_pos1.asp", 27)

				oMenu.makeSubSub (3, 0, 14, "Perfs: les 99", "f_PES6_the99.asp", 27)

				oMenu.makeSubSub (3, 0, 15, "Perfs: Perf >= 95", "f_PES6_Sup95.asp", 27)

				oMenu.makeSubSub (3, 0, 16, "Perfs: Perf >= 90", "f_PES6_Sup90.asp", 27)	

				oMenu.makeSubSub (3, 0, 17, "Stats: les Français", "f_PES6_French.asp", 27)

				oMenu.makeSubSub (3, 0, 18, "Stats: Classiques", "f_PES6_classics.asp", 27)

				oMenu.makeSubSub (3, 0, 19, "Stats: Shop PES", "f_PES6_shops.asp", 27)

				oMenu.makeSubSub (3, 0, 20, "Stats: P'tits Jeunes", "f_PES6_youngs.asp", 27)

				oMenu.makeSubSub (3, 0, 21, "Stats: Autres Jeunes", "f_PES6_youngsother.asp", 27)

				oMenu.makeSubSub (3, 0, 22, "Perfs: Gauche-Droite", "f_PES6_playcountry_foot.asp", 27)

				oMenu.makeSubSub (3, 0, 23, "Perfs: Deux Pieds", "f_PES6_spe_bothfeet.asp", 27)
					
				oMenu.makeSubSub (3, 0, 24, "Perfs: Coups Francs", "f_PES6_spe_FK.asp", 27)

				oMenu.makeSubSub (3, 0, 25, "Perfs: Tête", "f_PES6_spe_head.asp", 27)

				oMenu.makeSubSub (3, 0, 26, "Perfs: Touches longues", "f_PES6_spe_lgthrow.asp", 27)
	

					oMenu.makeSubSub (3, 1, 0, "Stats: Fiche Joueur", "f_PES5_playcard.asp", 27)						

					oMenu.makeSubSub (3, 1, 1, "Stats: Votre équipe de ML", "f_PES5_yourML.asp", 27)	

					oMenu.makeSubSub (3, 1, 2, "Noms: Qui est qui", "f_PES5_whoswho.asp", 27)		

					oMenu.makeSubSub (3, 1, 3, "Noms: Internationaux", "f_PES5_playcountry.asp?TEAM=France", 27)
				
					oMenu.makeSubSub (3, 1, 4, "Noms: Joueurs Clubs", "f_PES5_playclub.asp", 27)

					oMenu.makeSubSub (3, 1, 5, "Noms: les Classiques", "f_PES5_classic.asp", 27)

					oMenu.makeSubSub (3, 1, 6, "Noms: PES Shop", "f_PES5_shop.asp", 27)

					oMenu.makeSubSub (3, 1, 7, "Noms: Nations", "f_PES5_countries.asp", 27)

					oMenu.makeSubSub (3, 1, 8, "Noms: Clubs", "f_PES5_clubname.asp", 27)

					oMenu.makeSubSub (3, 1, 9, "Noms: Stades", "f_PES5_stadiums.asp", 27)

					oMenu.makeSubSub (3, 1, 10, "Meilleurs: 100 Actuels", "f_PES5_100Bests_now.asp", 27)

					oMenu.makeSubSub (3, 1, 11, "Meilleurs: 100 tsTemps", "f_PES5_100Bests_allt.asp", 27)

					oMenu.makeSubSub (3, 1, 12, "Meilleurs: par Equipe", "f_PES5_playcountry_itord.asp", 27)

					oMenu.makeSubSub (3, 1, 13, "Meilleurs: par Position", "f_PES5_bests_pos1.asp", 27)

					oMenu.makeSubSub (3, 1, 14, "Perfs: les 99", "f_PES5_the99.asp", 27)

					oMenu.makeSubSub (3, 1, 15, "Perfs: Perf >= 95", "f_PES5_Sup95.asp", 27)

					oMenu.makeSubSub (3, 1, 16, "Perfs: Perf >= 90", "f_PES5_Sup90.asp", 27)	

					oMenu.makeSubSub (3, 1, 17, "Stats: les Français", "f_PES5_French.asp", 27)

					oMenu.makeSubSub (3, 1, 18, "Stats: Classiques", "f_PES5_classics.asp", 27)

					oMenu.makeSubSub (3, 1, 19, "Stats: Shop PES", "f_PES5_shops.asp", 27)

					oMenu.makeSubSub (3, 1, 20, "Stats: P'tits Jeunes", "f_PES5_youngs.asp", 27)

					oMenu.makeSubSub (3, 1, 21, "Stats: Autres Jeunes", "f_PES5_youngsother.asp", 27)

					oMenu.makeSubSub (3, 1, 22, "Perfs: Gauche-Droite", "f_PES5_playcountry_foot.asp", 27)

					oMenu.makeSubSub (3, 1, 23, "Perfs: Deux Pieds", "f_PES5_spe_bothfeet.asp", 27)
					
					oMenu.makeSubSub (3, 1, 24, "Perfs: Coups Francs", "f_PES5_spe_FK.asp", 27)

					oMenu.makeSubSub (3, 1, 25, "Perfs: Tête", "f_PES5_spe_head.asp", 27)

					oMenu.makeSubSub (3, 1, 26, "Perfs: Touches longues", "f_PES5_spe_lgthrow.asp", 27)					

				oMenu.makeSubSub (3, 2, 0, "Stats: Fiche Joueur", "f_PES4_playcard.asp", 25)	

				oMenu.makeSubSub (3, 2, 1, "Stats: Votre équipe de ML", "f_PES4_yourML.asp", 25)			

    				oMenu.makeSubSub (3, 2, 2, "Noms: Qui est qui", "f_PES4_whoswho.asp", 25)		

				oMenu.makeSubSub (3, 2, 3, "Noms: Nations", "f_PES4_countries.asp", 25)

				oMenu.makeSubSub (3, 2, 4, "Noms: Internationaux", "f_PES4_playcountry.asp?TEAM=France", 25)
				
				oMenu.makeSubSub (3, 2, 5, "Noms: Clubs", "f_PES4_clubname.asp", 25)

				oMenu.makeSubSub (3, 2, 6, "Noms: Joueurs Clubs", "f_PES4_playclub.asp", 25)

				oMenu.makeSubSub (3, 2, 7, "Noms: Classiques", "f_PES4_classic.asp", 25)

				oMenu.makeSubSub (3, 2, 8, "Noms: PES Shop", "f_PES4_shop.asp", 25)
				
				oMenu.makeSubSub (3, 2, 9, "Meilleurs: 100 Actuels", "f_PES4_100Bests_now.asp", 25)

				oMenu.makeSubSub (3, 2, 10, "Meilleurs: 100 tsTemps", "f_PES4_100Bests_allt.asp", 25)
									
				oMenu.makeSubSub (3, 2, 11, "Meilleurs: Talents", "f_PES4_talents.asp", 25)

				oMenu.makeSubSub (3, 2, 12, "Meilleurs: Multitalents", "f_PES4_talentsTCD.asp", 25)					

				oMenu.makeSubSub (3, 2, 13, "Stats: les 99", "f_PES4_the99.asp", 25)

				oMenu.makeSubSub (3, 2, 14, "Stats: Perf. >= 95", "f_PES4_Sup95.asp", 25)

				oMenu.makeSubSub (3, 2, 15, "Stats: Perf. >= 90", "f_PES4_Sup90.asp", 25)

				oMenu.makeSubSub (3, 2, 16, "Stats: P'tits Jeunes", "f_PES4_youngs.asp", 25)

				oMenu.makeSubSub (3, 2, 17, "Stats: Autres Jeunes", "f_PES4_youngsother.asp", 25)

				oMenu.makeSubSub (3, 2, 18, "Stats: Classiques", "f_PES4_classics.asp", 25)

				oMenu.makeSubSub (3, 2, 19, "Stats: Shop PES", "f_PES4_shops.asp", 25)

				oMenu.makeSubSub (3, 2, 20, "Stats: Fiche Equipe", "f_PES4_teamcard.asp", 25)

				oMenu.makeSubSub (3, 2, 21, "Stats: Nations", "f_PES4_t_N.asp", 25)

				oMenu.makeSubSub (3, 2, 22, "Stats: Clubs", "f_PES4_t_M.asp", 25)

				oMenu.makeSubSub (3, 2, 23, "Stats: Classiques", "f_PES4_t_C.asp", 25)

				oMenu.makeSubSub (3, 2, 24, "Stats: Toutes les équipes", "f_PES4_t_A.asp", 25)				
	
					oMenu.makeSubSub (3, 3, 0, "Clubs", "f_we8_clubname.asp", 7)

					oMenu.makeSubSub (3, 3, 1, "Joueurs Club", "f_we8_playname.asp", 7)

                                	oMenu.makeSubSub (3, 3, 2, "Nations", "f_we8_countries.asp", 7)

					oMenu.makeSubSub (3, 3, 3, "Internationaux", "f_we8_playcountry.asp", 7)

					oMenu.makeSubSub (3, 3, 4, "WE Shop", "f_we8_secret.asp", 7)

					oMenu.makeSubSub (3, 3, 5, "Classiques", "f_we8_classic.asp", 7)

					oMenu.makeSubSub (3, 3, 6, "100 Meilleurs", "f_we8_100Bests_1.asp", 7)
				
				oMenu.makeSubSub (3, 4, 0, "Noms Joueurs", "f_playnamteam.asp", 11)

				oMenu.makeSubSub (3, 4, 1, "Noms Clubs", "f_teamnam.asp", 11)

				oMenu.makeSubSub (3, 4, 2, "Bests of Bests", "f_playbofb.asp", 11)

				oMenu.makeSubSub (3, 4, 3, "100 Meilleurs", "f_playbests.asp", 11)

				oMenu.makeSubSub (3, 4, 4, "Meilleurs/Poste", "f_playpos2_3.asp", 11)

				oMenu.makeSubSub (3, 4, 5, "Fiche Joueur", "f_playcard3.asp", 11)

				oMenu.makeSubSub (3, 4, 6, "Fiche Equipe", "f_teamcard3.asp", 11)

				oMenu.makeSubSub (3, 4, 7, "Vos Stats ML", "f_yourML3.asp", 11)

				oMenu.makeSubSub (3, 4, 8, "Curiosités", "f_extcurio.asp", 11)

				oMenu.makeSubSub (3, 4, 9, "Les Français", "f_play_FR.asp", 11)	

				oMenu.makeSubSub (3, 4, 10, "Manuel PES3", "f_extdownl2.asp", 11)				

					oMenu.makeSubSub (3, 5, 0, "100 Meilleurs", "f_PES2_100Bests.asp", 2)

					oMenu.makeSubSub (3, 5, 1, "Equipes", "f_PES2_TeamRank.asp", 2)

				oMenu.makeSubSub (3, 6, 0, "100 Meilleurs", "f_PES_100Bests.asp", 1)
			

		oMenu.makeMain (4, "Extras", 0)

			oMenu.makeSub (4, 0, "Tutoriaux", "f_ext_PES2009_tuto.asp", 6)				

			oMenu.makeSub (4, 1, "10 Ans", "f_ext_10yrs.asp", 6)

			oMenu.makeSub (4, 2, "Les Gestes", 0, 6)	

			oMenu.makeSub (4, 3, "Fontes PES", "f_extdownl.asp", 6)			

			oMenu.makeSub (4, 4, "Jeu OnLine", "f_ext_online.asp", 6)

			oMenu.makeSub (4, 5, "Trilogies", "f_bon_tril2.asp", 6)	

			
				oMenu.makeSubSub (4, 2, 0, "Action Men", "f_extactmen.asp", 3)	

				oMenu.makeSubSub (4, 2, 1, "Retourné", "f_ext_up&down.asp", 3)
				
				oMenu.makeSubSub (4, 2, 2, "Rooney", "f_ext_rooney.asp", 3)				

						

														
		oMenu.makeMain (5, "Liens", 0)

			oMenu.makeSub (5, 0, "Sites Officiels", 0, 5)

			oMenu.makeSub (5, 1, "Sites PES", "f_linkPES.asp", 5)

			oMenu.makeSub (5, 2, "Communautés", "f_linkPESLeagues.asp", 5)

			oMenu.makeSub (5, 3, "Partenaires", "f_linkaff.asp", 5)

			oMenu.makeSub (5, 4, "Contact", "mailto: mISSterstats@pesstats.com", 5)

				oMenu.makeSubSub (5, 0, 0, "Joueurs", "f_linkoff1.asp", 3)
				
				oMenu.makeSubSub (5, 0, 1, "Clubs", "f_linkoff2.asp", 3)

				oMenu.makeSubSub (5, 0, 2, "Nations", "f_linkoff3.asp", 3)
		

		oMenu.makeMain (6, "Bonus", 0)

			oMenu.makeSub (6, 0, "Artistes", 0, 7)

			oMenu.makeSub (6, 1, "Collections", 0, 7)

			oMenu.makeSub (6, 2, "Compétitions", 0, 7)

			oMenu.makeSub (6, 3, "Fun Foot", 0, 7)

			oMenu.makeSub (6, 4, "Soccer Babes", 0, 7)

			oMenu.makeSub (6, 5, "Euro 2008", 0, 7)

			oMenu.makeSub (6, 6, "Worldcup 2010", 0, 7)


				oMenu.makeSubSub (6, 0, 0, "Artistes", "f_bon_funart.asp", 5)

				oMenu.makeSubSub (6, 0, 1, "C.Ronaldo", "f_bon_art_CRon.asp", 5)

				oMenu.makeSubSub (6, 0, 2, "Ronaldinho", "f_bon_art_rony.asp", 5)

				oMenu.makeSubSub (6, 0, 3, "Zidane", "f_bon_art_zizou.asp", 5)

				oMenu.makeSubSub (6, 0, 4, "Gardiens", "f_bon_art_goalies.asp", 5)

				oMenu.makeSubSub (6, 1, 0, "Goooool !", "f_bon_goool.asp", 3)

				oMenu.makeSubSub (6, 1, 1, "Worldcups", "f_bon_col_wc.asp", 3)

				oMenu.makeSubSub (6, 1, 2, "GIFs animés", "f_bon_col_agif.asp", 3)

				oMenu.makeSubSub (6, 2, 0, "CHAMPIONS LEAGUE", "f_bon_calChampLeag_9.asp", 7)

				oMenu.makeSubSub (6, 2, 1, "Ligue 1 2010-2011", "f_bon_callig1_10.asp", 7)

				oMenu.makeSubSub (6, 2, 2, "Ligue 1 2009-2010", "f_bon_callig1_9.asp", 7)
				
				oMenu.makeSubSub (6, 2, 3, "Ligue 1 2008-2009", "f_bon_callig1_8.asp", 7)

				oMenu.makeSubSub (6, 2, 4, "Ligue 1 2007-2008", "f_bon_callig1_7.asp", 7)

				oMenu.makeSubSub (6, 2, 5, "Ligue 1 2006-2007", "f_bon_callig1_6.asp", 7)

				oMenu.makeSubSub (6, 2, 6, "Ligue 1 2005-2006", "f_bon_callig1_5.asp", 7)

				oMenu.makeSubSub (6, 3, 0, "Images Fun", "f_bon_funpics.asp", 4)

				oMenu.makeSubSub (6, 3, 1, "Pub Fun 1", "f_bon_funpub.asp", 4)

				oMenu.makeSubSub (6, 3, 2, "Pub Fun 2", "f_bon_funpub2.asp", 4)

				oMenu.makeSubSub (6, 3, 3, "Tactiques", "f_bon_tact.asp", 4)	

				oMenu.makeSubSub (6, 4, 0, "Soccer Babes", "f_bon_sb2.asp?Country=Korea+1", 2)

				oMenu.makeSubSub (6, 4, 1, "Soccer Babes 2", "f_bon_sb6.asp", 2)				

				oMenu.makeSubSub (6, 5, 0, "Simulation", "f_bon_euro08_sim.asp", 2)

				oMenu.makeSubSub (6, 5, 1, "Suivi", "f_bon_euro08_track.asp", 2)

				oMenu.makeSubSub (6, 6, 0, "Suivi", "f_bon_WC10xls.asp", 2)

				oMenu.makeSubSub (6, 6, 1, "Histoire", "f_bon_col_wc.asp", 2)				
		

				

oMenu.construct()
