function makeActive(obj){
	obj.setAttribute("class", "active");
}
