



function launchSupport(){
output = open("http://eatech.custhelp.com/cgi-bin/eatech.cfg/php/enduser/std_alp.php?p_sid=YYkFQmOg&p_lva=&p_li=&p_page=1&p_scf_faqs*c%24platform=185&p_prod_lvl1=372&p_prod_lvl2=84&p_cat_lvl1=%7Eany%7E&p_cat_lvl2=%7Eany%7E&p_search_text=&p_new_search=1&p_search_type=3&p_sort_by=dflt","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/Game%20Forums/NCAA%20Football","Message_Boards");
setTimeout('output2.focus();', 50);

}

function launchStore(){
		output_p = open("/games/ncaa2005/store.jsp","STORE","toolbar=no,scrollbars=0,resizable=1,height=224,width=320,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;
}
 
function popWallPaper(choice) {
	if(confirmLegal()) {
		var selectedPage = "/games/ncaa2005/wp_download.jsp?wp="+choice;
		outputWallpaper = open(selectedPage,"WALLPAPERS");
		setTimeout('outputWallpaper.focus();', 50);	
	} 
}

function downloadVideos(videoURL, n) {
	var baseFtpUrl = videoURL;
	var selectedVideo = document.forms[n].VidSel.options[document.forms[n].VidSel.selectedIndex].value;

	if (selectedVideo != "FALSE") {
		if(confirmLegal()) {
			var choice = baseFtpUrl + selectedVideo;
			window.location = choice;
		} 
	}
}
