function AfficheDPE(type,valeur,codecli)
{
ret="<object id=\""+type+"\" type=\"application\/xhtml+xml\" style=\"width:282px; height:180px\" data=\"http:\/\/www.script-dpe.com\/script\/dpe.php?type="+type+"&valeur="+valeur+"&codecli="+codecli+"\">";
ret+="<!--[if IE]><iframe src=\"http:\/\/www.script-dpe.com\/script\/dpe.php?type="+type+"&valeur="+valeur+"&codecli="+codecli+"\" style=\"width:282px; height:180px;\" allowtransparency=\"true\" frameborder=\"0\" ><\/iframe><![endif]-->";
ret+="<\/object>";
document.write(ret);
}


