  function doChangeCol(ob,col){
		     document.getElementById(ob).style.color=col;
		   
		  }

