function change_image(img)
{
   e = document.getElementById('image');
   e.src=img;   
   //e.style.backgroundImage='url(' + img + ')';

}




