function ClassChange(object) 
{
  
  var tempo = object.className;
  object.className = tempo+'_selected';
}
