function roll(img_name, img_src)
   {
   //window.alert('hola');
   document[img_name].src = img_src;
   }   
