	<!--
	function changeCSS(obj, bgColor, ftColor) {
   	if (document.getElementById) {
		obj.style.backgroundColor = bgColor;
		obj.style.color = ftColor;
		}
	}
	-->

