<!--changelayerbgcolor
		function tmt_DivBgColor(theDiv,v){
			var fun = (document.getElementById) ? "tmt_findObj" : "MM_findObj";
			var c = (document.layers) ? ".bgColor" : ".style.backgroundColor";
			var obj = eval(fun+"(theDiv)");
			if(obj)eval(fun+"('"+theDiv+"')"+c+"='"+v+"'");
		}
//-->

