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

function recalc(){

}
tabgroups =[];
tabgroups["promoscrolltabs"] = 1;
tabgroups["calendarscrolltabs"] = 1;

tabonbg =[];
tabonbg["promoscrolltabs"] = '3F2A29';
tabonbg["calendarscrolltabs"] = '3F2A29';

taboffbg =[];
taboffbg["promoscrolltabs"] = '3F2A29';
taboffbg["calendarscrolltabs"] = '3F2A29';

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
