		function swapimage(id_du_div, image){
  			elm = document.getElementById(id_du_div);
    		  	$(elm).attr("src",image);
			}

