



function launchSupport(){
output = open("http://eatech.custhelp.com","SUPPORT","toolbar=no,scrollbars=1,resizable=1,height=520,width=650,screenX=1,screenY=1");
setTimeout('output.focus();', 50);

}

function launchMessageBoards(){
output2 = open("/webcore/boards.jsp?mbURL=http://boards.ea.com/messages?14@@/EA%20SPORTS/FIFA","Message_Boards");
setTimeout('output2.focus();', 50);

}

function launchStore(){
		output_p = open("/platforms/games/2002fifaworldcup/store.jsp","STORE","toolbar=no,scrollbars=0,resizable=1,height=340,width=446,screenX=1,screenY=1");
		setTimeout('output_p.focus();', 50);
		return;
}

function launchScreenShots(selection){
output = open(selection,"SCREENSHOTS","toolbar=no,scrollbars=0,height=401,width=450,screenX=1,screenY=1");
setTimeout('output.focus();', 50);

}

function launchVideo(selectedVideo){

 if(navigator.appName == "Netscape"){ winSize = 550; }
 else { winSize = 526; }
	
	outputVideo = open(selectedVideo,"VIDEOS","toolbar=no,scrollbars=0,height=310,width="+winSize+",screenX=1,screenY=1");
	setTimeout('outputVideo.focus();', 50);
}

function changeLang()
{ 
//document.location = document.NBA02.langSel.options[document.NBA02.langSel.selectedIndex].value;
 }
