<!--
function changecolor(id,myclass) {
	htm = document.getElementById(id);
	htm.className=myclass;
}
//-->

