






	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	



//0
//10


HM_Lang = [
	
	
		["English","/games/fifa2004/home.jsp","BLANK"],
	
	
	
		["UK English","http://fifa2004.ea-europe.com/home.aspx?locale=en","BLANK"],
	
	
	
		["Fran&#231;ais","http://fifa2004.ea-europe.com/home.aspx?locale=fr","BLANK"],
	
	
	
		["Deutsch","http://fifa2004.ea-europe.com/home.aspx?locale=de","BLANK"],
	
	
	
		["Nederlands","http://fifa2004.ea-europe.com/home.aspx?locale=nl","BLANK"],
	
	
	
		["Svenska","http://fifa2004.ea-europe.com/home.aspx?locale=sv","BLANK"],
	
	
	
		["Espaņol - Americas","http://es.easports.com/games/fifa2004/home.jsp","BLANK"],
	
	
	
		["Espaņol - Espaņa","http://fifa2004.ea-europe.com/home.aspx?locale=es","BLANK"],
	
	
	
		["Portugu&#234;s","http://fifa2004.ea-europe.com/home.aspx?locale=pt","BLANK"],
	
	
	
		["Italiano","http://fifa2004.ea-europe.com/home.aspx?locale=it","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",13,182,115,"#000000","#CCCCCC","#FFFFFF", "false", "true", "false");


