/********************************* afl_navinit.js for EA.com code by Oliver Ng (ong(AT)ea.com) *********************************/ /******************************* FUNCTIONS FOR GLOBAL INIT ******************************/ initArray[initArray.length] = initSubNav; /******************************* ******************************/ /******************************* TITLE NAV Open specified menu in game nav. ******************************/ function initSubNav() { if(top.location.href.indexOf("index") >= 0 || top.location.href.indexOf("home") >= 0 || top.location.href.charAt(top.location.href.length-1) == "/" ) { //toggleTitleNav(getElm("tnToggle")); //toggleTitleSubNav(getElm("tnlink_0")); } }