﻿
<!--


function changeColor(obj, new_color) { 
	obj.style.backgroundColor=new_color
}
//-->

