function changeMap(img,src){
//alert();
	if(!document.layers){
		var gr = new Image();
		gr.src = src;
		document[img].src = gr.src; //text-04-tab-features-on.gif
	}
}


tabgroups =[];
tabgroups["mediascrolltabs"] = 1;
tabgroups["eventscrolltabs"] = 1;
tabgroups["liveeventscrolltabs"] = 1;
tabgroups["insidesportscrolltabs"] = 1;
tabgroups["storescrolltabs"] = 1;


tabonbg =[];
tabonbg["mediascrolltabs"] = 'ffffff';
tabonbg["eventscrolltabs"] = 'ffffff';
tabonbg["liveeventscrolltabs"] = 'ffffff';
tabonbg["insidesportscrolltabs"] = 'ffffff';
tabonbg["storescrolltabs"] = 'ffffff';

taboffbg =[];
taboffbg["mediascrolltabs"] = 'ffffff';
taboffbg["eventscrolltabs"] = 'ffffff';
taboffbg["liveeventscrolltabs"] = 'ffffff';
taboffbg["insidesportscrolltabs"] = 'ffffff';
taboffbg["storescrolltabs"] = 'ffffff';

function getTabCount(tab){
tabObj = tab.split("_");
for(i=tabgroups[tabObj[0]];i>0;i--){
(!NS4) ? browser(tabObj[0]+"_"+i).style.backgroundColor = taboffbg[tabObj[0]]: browser(tabObj[0]+"_"+i).bgColor = taboffbg[tabObj[0]];

}
(!NS4) ? browser(tab).style.backgroundColor = tabonbg[tabObj[0]]: browser(tab).bgColor = tabonbg[tabObj[0]];
}

function loadnew(targ,file,tab,scrollable){
// getTabCount(tab)  // commenting out will cease tab color change
	if(!document.all && document.getElementById){
	document.getElementById(targ+"IE").contentDocument.location.replace(file);
	}else{
	var loadObj = eval(targ+"IE");
	loadObj.location.replace(file);
	}
}//end func