<!--
function affiche(chemin){
i1 = new Image;
i1.src = chemin;
html = '<HTML><HEAD><TITLE>Cambacérès</TITLE></HEAD><BODY onBlur="self.focus()" LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER><A href="" Onclick="self.close()"><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+12,document.imageTest.height+36)"></A></CENTER></BODY></HTML>';
popupImage = window.open('','_blank','toolbar=0,width=100,height=100,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');
popupImage.document.open();
popupImage.document.write(html);
popupImage.document.close()
};

function carte(){
html = '<html><head><title>Cambacérès</title></head><body onBlur="self.focus()" BACKGROUND="../../../images/fond1.jpg"><div align="center"><center><table border="0" width="95%" cellspacing="5" cellpadding="2"><tr><td width="100%"><div align="center"><center><table border="1" width="500" height="350" cellspacing="0" cellpadding="0"><tr><td width="100%" background="walch.jpg"><A href="" Onclick="self.close()"><img src="walcheren.gif" border="0"></A></td></tr></table></center></div></td></tr></table></center></div></body></html>';
popupCarte = window.open('','_blank','toolbar=0,location=0,width=540,height=400,directories=0,menuBar=0,scrollbars=0,resizable=1');
popupCarte.document.open();
popupCarte.document.write(html);
popupCarte.document.close()
};

function AllumeImg(nom) {
document.images[nom].src="tabac11.jpg"}
function EteintImg(nom) {
document.images[nom].src="tabac10.jpg"}
// -->


// -->