function popup(photo,fenetre,parametres) {
newWindow=window.open(photo,fenetre,parametres);
newWindow.document.write('<html><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><a href="javascript:window.close()"><img src="index.html" border="0"></a></body>
<!-- Mirrored from www.bandb-cotedazur.com/pop.js by HTTrack Website Copier/3.x [XR&CO'2004], Tue, 01 Mar 2005 18:08:20 GMT -->
</html>');
newWindow.focus();
}
