// (c) 2004 - Christian
function popImage(u,t)
{if(navigator.appName=="Opera")document.location=u;
else{w=window.open("about:blank","","scrollbars=no,width=15,height=15,left=100,top=80");
with (w.document){
writeln("<html><head><title>Vanves Plongée...</title><style>body{margin:0px;}</style><sc"+"ript>");
writeln("function reSizeToImage(){if(document.all){window.resizeTo(100,100);");
writeln("width=100-(document.body.clientWidth-document.images[0].width);");
writeln("height=100-(document.body.clientHeight-document.images[0].height);");
writeln("window.resizeTo(width,height);}if(document.layers){window.innerWidth=document.images['m'].width+16;");
writeln("window.innerHeight=document.images['m'].height+50;}else if(document.getElementById){");
writeln("window.innerWidth=document.images['m'].width;window.innerHeight=document.images['m'].height;}}");
writeln("function doTitle(){document.title='"+t+"';}</sc"+"ript></head>");
writeln("<body bgcolor='white' scroll='no' onload='reSizeToImage();doTitle();self.focus()' onblur='self.close()'>");
writeln("<img name='m' src="+u+" style='display:block' onmousedown='javascript:window.close()'></body></html>");
close();}}}