function orverMove(obj,id,e,a) {

     var img = document.getElementById(id);

   if(e) { img.src = this.root + 'img/' + id + '_ov.jpg'; 
           obj.className='mButton_ov'; }
    else { img.src = this.root + 'img/' + id + '.jpg';
    if(!a) obj.className='mButton'; }

}
