// JavaScript Document
function swp_image(url_image,legende_image,lien_documentation) {

var ok=document.getElementById("IMAGE_HOLDER");

if (ok) {

ok.innerHTML = "<img src=\""+url_image+"\" width=\"428\" height=\"274\" border=\"1\" alt=\""+legende_image+"\">";

}

var ok=document.getElementById("LIEN_HOLDER");

if (ok) {

ok.innerHTML = "<a href=\""+lien_documentation+"\" ><img src=\"images/pages/produits/fiche.gif\" width=\"194\" height=\"15\" border=\"0\"></a>";

}

}
