function passfocus(zone) { if(document.getElementById(zone).style.display == 'none'){ document.getElementById(zone).style.display = (document.all)?'block':'table-row'; }else{ document.getElementById(zone).style.display = 'none'; } } function favoris() { if ((navigator.appName.indexOf("Microsoft",0)>=0) && (parseInt(navigator.appVersion)>=4)) { window.external.AddFavorite("http://www.lbonplan.com","LBonPlan.com" ); } else { alert("Ctrl + D pour ajouter ce site a vos favoris"); } } function recommander(offre) { window.open('../recommander.php?offre='+offre,'','toolbar=0, location=0, status=0, scrollbars=0, resizable=0, menuBar=0, width=400, height=265'); }