// fonction ouverture popopup
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// Affichage des vignettes

function aff_vignette(image_,alt_,id_)
{
	document.getElementById("affich_image").innerHTML="<img src=files/images/" + image_ + " alt=" + alt_ + " width=500 height=375  border=0   />";
	document.getElementById("aff_zoom").innerHTML="<img src=images/produit_04.gif alt='' width=22 height=369 border=0   />";
}









