
function makevisible(cur,which){
if (which==0) cur.filters.alpha.opacity=100
else cur.filters.alpha.opacity=90 }

function click(e){if (document.all) if (event.button == 2) return false;if
(document.layers) if (e.which == 3) return false;}
function click2(){event.returnValue=false;return false;}if (document.layers)
document.captureEvents(Event.MOUSEDOWN);document.onmousedown=click;document.oncontextmenu=click2;

function PopUp(page, name) {
 var pop;
   var url = "http://www.agencedelattre.com/fiche-produit/" + page;
    prop = "width=300,height=420,scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=yes,top=10,left=10";
 pop = window.open(url,name,prop);
}



Today = new Date;
Jour = Today.getDate();
Mois = (Today.getMonth())+1;
Annee = Today.getFullYear();
Message = "" + Jour + "/" + Mois + "/" + Annee;




