function tab(tdTab,on){//subnav function ns6,ie4+
	if(on){
		tdTab.style.cursor="hand";
		tdTab.style.backgroundColor=activeTabColor;
	}else{
		tdTab.style.backgroundColor=inactiveTabColor;
	}
}
