function launchSupport(){output = open("http://techsupport.ea.com/game_detail.cfm?id=57485","NBA_LIVE_2002_SUPPORT","toolbar=no,scrollbars=1,resizable=1,height=520,width=650,screenX=1,screenY=1");setTimeout('output.focus();', 50);}function launchMessageBoards(){output2 = open("http://eashowdown.boards.ea.com/messages?14@@/Showdown/NBA%20Live","NBA_LIVE_2002_Message_Boards");setTimeout('output2.focus();', 50);}function launchStore(platform){	if (platform == 'psx') {		output = open("http://www.ea.com/storeEntry.jsp?sDestinationURL=DETAIL&sSku=14352&sEntryPoint=EXPSITE","NBA_LIVE_2002_STORE","toolbar=no,scrollbars=1,resizable=1,height=600,width=800,screenX=1,screenY=1");		setTimeout('output.focus();', 50);		return;	}		if (platform == 'ps2') {		output = open("http://www.ea.com/storeEntry.jsp?sSku=14351&sDestinationURL=DETAIL&sEntryPoint=EMAIL","NBA_LIVE_2002_STORE","toolbar=no,scrollbars=1,resizable=1,height=600,width=800,screenX=1,screenY=1");		setTimeout('output.focus();', 50);		return;	}		//if (platform == 'xbox') {		//output = open("store.html","NASCAR_2002_STORE","toolbar=no,scrollbars=1,resizable=1,height=600,width=800,screenX=1,screenY=1");		//setTimeout('output.focus();', 50);		//return;	//}		else {		output = open(baseDocumentRef+"total_platforms.html","NBA_LIVE_2002_STORE","toolbar=no,scrollbars=0,resizable=1,height=340,width=446,screenX=1,screenY=1");		setTimeout('output.focus();', 50);		return;	}}function launchScreenShots(selection){output = open(baseDocumentRef+selection,"NBA_LIVE_2002_SCREENSHOTS","toolbar=no,scrollbars=0,height=401,width=450,screenX=1,screenY=1");setTimeout('output.focus();', 50);}function launchVideo(selectedVideo){	// Uncomment code below if only one video per platform & comment out "outputVideo = open(selection..."  line		outputVideo = open("","NBA_LIVE_2002","toolbar=no,resizable=1,height=210,width=255,screenX=1,screenY=1");	outputVideo.document.write('<TITLE>'+selectedVideo+'</TITLE>');	outputVideo.document.write('<BODY leftmargin="0" topmargin="0" leftmargin=0 topmargin=0 margin=0 marginwidth=0 marginheight=0 >');    outputVideo.document.write('<CENTER>');	outputVideo.document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>');	outputVideo.document.write('<TR><td align="center" valign="middle">');    outputVideo.document.write('<embed src="videos/'+selectedVideo+'.mov" border="0" width="255" height="210"'); 	outputVideo.document.write('</td></TR></TABLE>');      outputVideo.document.close();	//outputVideo = open(selectedVideo,"NASCAR_2002_VIDEOS","toolbar=no,scrollbars=0,height=401,width=450,screenX=1,screenY=1");	//setTimeout('outputVideo.focus();', 50);}function changeLang(){ //document.location = document.NBA02.langSel.options[document.NBA02.langSel.selectedIndex].value; }