


function changeCSSClass(oElement, strClass) {
	oElement.className = strClass;
//	alert(oElement + ' | ' + oElement.className);
}

function changeCSSAttr(oElement, oAttr, strValue) {
//	oAttr = strValue;
//	alert(oAttr);
//	alert(oElement);
}
