






	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	



//0
//14


HM_Lang = [
	
	
		["English (US)","#",""],
	
	
	
		["English (UK)","http://uk.worldcup.europe.ea.com/","BLANK"],
	
	
	
		["Fran&#231;ais","http://fr.worldcup.europe.ea.com/","BLANK"],
	
	
	
		["Deutsch","http://de.worldcup.europe.ea.com/","BLANK"],
	
	
	
		["Nederlands","http://nl.worldcup.europe.ea.com/","BLANK"],
	
	
	
		["Svenska","http://sv.worldcup.europe.ea.com/","BLANK"],
	
	
	
		["Espa&#241;ol","http://es.worldcup.europe.ea.com/","BLANK"],
	
	
	
		["&#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940;","http://el.worldcup.europe.ea.com/","BLANK"],
	
	
	
		["&#26085;&#26412;&#35486;","http://www.japan.ea.com/2002fifaworldcup/","BLANK"],
	
	
	
		["&#54620;&#44397;&#50612;","http://worldcup.ea.co.kr/","BLANK"],
	
	
	
		["Portugu&#234;s","http://br.worldcup.europe.ea.com/","BLANK"],
	
	
	
		["Polski","http://pl.worldcup.europe.ea.com/","BLANK"],
	
	
	
		["Italiano","http://it.worldcup.europe.ea.com/","BLANK"],
	
	
	
		["?????","http://he.worldcup.europe.ea.com/","BLANK"]
	
	
]



HM_Lang_param = [
	
	
		["link","#000033","9", "arial, helvetica, verdana, sans-serif", "bold", "none"],
	
	
	
		["active","#CC0000","9", "arial, helvetica, verdana, sans-serif", "bold", "none"],
	
	
	
		["visited","#000033","9", "arial, helvetica, verdana, sans-serif", "bold", "none"],
	
	
	
		["hover","#CC0000","9", "arial, helvetica, verdana, sans-serif", "bold", "none"]
	
	
]




//params for makeLangMenu function
//1) arrayname
//2)left position
//3)top position
//4)width
//5)borderColor-- border color
//6)overLink-- over link bgcolor
//7)offLink-- off link bgcolor
//8) img -- if there is an image or not "true" or "false"
//9) outsideBorder -- if there is a border around everything "true"/"false"
//10) insideBorder -- if there is a border around each element "true"/"false"
var position = makeLangMenu("HM_Lang",635,246,120,"#000000","#CCCCCC","#FFFFFF", "false", "true", "false");


