/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=12;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#5D90EC';			// Background color when mouse is over
	var HighSubBgColor='#5D90EC';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#5484D9';			// Border color
	var BorderSubColor='#5484D9';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=110;				// Menu offset x coordinate
	var StartLeft=120;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","../index.aspx","",0,20,138);


Menu2=new Array("Group A","","",5);
	Menu2_1=new Array("Resultats","WCResultsA.aspx","",0,20,150);
	Menu2_2=new Array("Allemagne","WCCountries.aspx?CID=1","",0);
	Menu2_3=new Array("Costa Rica","WCCountries.aspx?CID=2","",0);
	Menu2_4=new Array("Pologne","WCCountries.aspx?CID=3","",0);
	Menu2_5=new Array("Equateur","WCCountries.aspx?CID=4","",0);
               
                         
	

Menu3=new Array("Group B","","",5);
	Menu3_1=new Array("Resultats","WCResultsB.aspx","",0,20,150);
	Menu3_2=new Array("Angleterre","WCCountries.aspx?CID=5","",0);
	Menu3_3=new Array("Paraguay","WCCountries.aspx?CID=6","",0);
	Menu3_4=new Array("Trinite et Tobago","WCCountries.aspx?CID=7","",0);
		Menu3_5=new Array("Suede","WCCountries.aspx?CID=8","",0);

Menu4=new Array("Group C","","",5);
	Menu4_1=new Array("Resultats","WCResultsC.aspx","",0,20,180);
	Menu4_2=new Array("Argentine","WCCountries.aspx?CID=9","",0);
	Menu4_3=new Array("Cote d'Ivoire","WCCountries.aspx?CID=10","",0);
	Menu4_4=new Array("Serbie","WCCountries.aspx?CID=11","",0);
		Menu4_5=new Array("Pays-Bas","WCCountries.aspx?CID=12","",0);

Menu5=new Array("Group D","","",5);
	Menu5_1=new Array("Resultats","WCResultsD.aspx","",0,20,140);
	Menu5_2=new Array("Mexique","WCCountries.aspx?CID=13","",0,20,140);
	Menu5_3=new Array("Iran","WCCountries.aspx?CID=14","",0,20,140);
	Menu5_4=new Array("Angola","WCCountries.aspx?CID=15","",0,20,140);
		Menu5_5=new Array("Portugal","WCCountries.aspx?CID=16","",0,20,140);
	
	
	
Menu6=new Array("Group E","","",5);
	Menu6_1=new Array("Resultats","WCResultsE.aspx","",0,20,140);
	Menu6_2=new Array("Italie","WCCountries.aspx?CID=17","",0,20,140);
	Menu6_3=new Array("Ghana","WCCountries.aspx?CID=18","",0,20,140);
	Menu6_4=new Array("Etats-Unis","WCCountries.aspx?CID=19","",0,20,140);	
		Menu6_5=new Array("Rep. Tcheque","WCCountries.aspx?CID=20","",0,20,140);
	
	Menu7=new Array("Group F","","",5);
	Menu7_1=new Array("Resultats","WCResultsF.aspx","",0,20,140);
	Menu7_2=new Array("Bresil","WCCountries.aspx?CID=21","",0,20,140);
	Menu7_3=new Array("Croatie","WCCountries.aspx?CID=22","",0,20,140);
	Menu7_4=new Array("Australie","WCCountries.aspx?CID=23","",0,20,140);	
		Menu7_5=new Array("Japon","WCCountries.aspx?CID=24","",0,20,140);	
		
		Menu8=new Array("Group G","","",5);
	Menu8_1=new Array("Resultats","WCResultsG.aspx","",0,20,140);
	Menu8_2=new Array("France","WCCountries.aspx?CID=25","",0,20,140);
	Menu8_3=new Array("Suisse","WCCountries.aspx?CID=26","",0,20,140);
	Menu8_4=new Array("Coree du Sud","WCCountries.aspx?CID=27","",0,20,140);	
		Menu8_5=new Array("Togo","WCCountries.aspx?CID=28","",0,20,140);	
		
		Menu9=new Array("Group H","","",5);
	Menu9_1=new Array("Resultats","WCResultsH.aspx","",0,20,140);
	Menu9_2=new Array("Espagne","WCCountries.aspx?CID=29","",0,20,140);
	Menu9_3=new Array("Ukraine","WCCountries.aspx?CID=30","",0,20,140);
	Menu9_4=new Array("Tunisie","WCCountries.aspx?CID=31","",0,20,140);	
		Menu9_5=new Array("Arabie Saoudite","WCCountries.aspx?CID=32","",0,20,140);	
		
		Menu10=new Array("Calendrier","","",9);
	Menu10_1=new Array("Groupe A","WCCalendrier.aspx?CID=1","",0,20,140);
	Menu10_2=new Array("Groupe B","WCCalendrier.aspx?CID=2","",0,20,140);
	Menu10_3=new Array("Groupe C","WCCalendrier.aspx?CID=3","",0,20,140);
	Menu10_4=new Array("Groupe D","WCCalendrier.aspx?CID=4","",0,20,140);	
	Menu10_5=new Array("Groupe E","WCCalendrier.aspx?CID=5","",0,20,140);	
	Menu10_6=new Array("Groupe F","WCCalendrier.aspx?CID=6","",0,20,140);
	Menu10_7=new Array("Groupe G","WCCalendrier.aspx?CID=7","",0,20,140);
	Menu10_8=new Array("Groupe H","WCCalendrier.aspx?CID=8","",0,20,140);
	Menu10_9=new Array("Phase finale","WCCalendrier.aspx?CID=9","",0,20,140);	

		
		
	
		
		Menu11=new Array("Stades","","",11);
	Menu11_1=new Array("Berlin","WCStades.aspx?CID=1","",0,20,140);
	Menu11_2=new Array("Cologne","WCStades.aspx?CID=2","",0,20,140);
	Menu11_3=new Array("Francfort","WCStades.aspx?CID=3","",0,20,140);
	Menu11_4=new Array("Geselkirchen","WCStades.aspx?CID=4","",0,20,140);	
	Menu11_5=new Array("Hambourg","WCStades.aspx?CID=5","",0,20,140);	
	Menu11_6=new Array("Hanovre","WCStades.aspx?CID=6","",0,20,140);
	Menu11_7=new Array("Kaiserslautern","WCStades.aspx?CID=7","",0,20,140);
	Menu11_8=new Array("Leipzig","WCStades.aspx?CID=8","",0,20,140);
	Menu11_9=new Array("Munich","WCStades.aspx?CID=9","",0,20,140);	
	Menu11_10=new Array("Nuremberg","WCStades.aspx?CID=10","",0,20,140);
	Menu11_11=new Array("Stuttgart","WCStades.aspx?CID=11","",0,20,140);
		
		
		Menu12=new Array("Historique","","",17);
	Menu12_1=new Array("Uruguay 1930","WChistorique.aspx?CID=2","",0,20,140);
	Menu12_2=new Array("Italie 1934","WChistorique.aspx?CID=3","",0,20,140);
	Menu12_3=new Array("France 1938","WChistorique.aspx?CID=4","",0,20,140);
	Menu12_4=new Array("Bresil 1950","WChistorique.aspx?CID=5","",0,20,140);
	Menu12_5=new Array("Suisse 1954","WChistorique.aspx?CID=6","",0,20,140);
	Menu12_6=new Array("Suede 1958","WChistorique.aspx?CID=7","",0,20,140);
	Menu12_7=new Array("Chili 1962","WChistorique.aspx?CID=8","",0,20,140);
	Menu12_8=new Array("Angleterre 1966","WChistorique.aspx?CID=9","",0,20,140);
	Menu12_9=new Array("Mexique 1970","WChistorique.aspx?CID=10","",0,20,140);
	Menu12_10=new Array("Allemagne 1974","WChistorique.aspx?CID=11","",0,20,140);
	Menu12_11=new Array("Argentine 1978","WChistorique.aspx?CID=12","",0,20,140);
	Menu12_12=new Array("Espagne 1982","WChistorique.aspx?CID=13","",0,20,140);
	Menu12_13=new Array("Mexique 1986","WChistorique.aspx?CID=14","",0,20,140);
	Menu12_14=new Array("Italie 1990","WChistorique.aspx?CID=15","",0,20,140);
	Menu12_15=new Array("Etats-Unis 1994","WChistorique.aspxCID=16","",0,20,140);
	Menu12_16=new Array("France 1998","WChistorique.aspx?CID=17","",0,20,140);
	Menu12_17=new Array("Japon-Coree du Sud 2002","WChistorique.aspx?CID=18","",0,20,140);
	
	