var win;
var largeur_popup=362;
var hauteur_popup=500;
var L = (screen.width - largeur_popup) / 3;
var H = (screen.height - hauteur_popup) / 3;

function closeDep() {
  if (win && win.open && !win.closed) win.close();
}

function p1g()
{
  if (win && win.open && !win.closed) win.close();
  win = window.open('photo/faymoreau1.htm','win','height='+hauteur_popup+',width='+largeur_popup+',top='+H+',left='+L);
}
function p2g()
{
  if (win && win.open && !win.closed) win.close();
  win = window.open('photo/faymoreau1.htm','win','height='+hauteur_popup+',width='+largeur_popup+',top='+H+',left='+L);
}
function p3g()
{
  if (win && win.open && !win.closed) win.close();
  win = window.open('photo/faymoreau1.htm','win','height='+hauteur_popup+',width='+largeur_popup+',top='+H+',left='+L);
}
function p4g()
{
  if (win && win.open && !win.closed) win.close();
  win = window.open('photo/faymoreau1.htm','win','height='+hauteur_popup+',width='+largeur_popup+',top='+H+',left='+L);
}
function p5g()
{
  if (win && win.open && !win.closed) win.close();
  win = window.open('photo/faymoreau1.htm','win','height='+hauteur_popup+',width='+largeur_popup+',top='+H+',left='+L);
}
var nav = (document.layers); 
var iex = (document.all);
var legend = (nav) ? document.topdeck : topdeck.style;
if (nav) document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = get_mouse;
function surlayer(msg,bak) {
var content ='<TABLE WIDTH=200 BORDER=1 style=border: 1px; border-bottom: 1px; border-right: 1px; border-style: solid solid; bordercolor=#000000 CELLPADDING=1 CELLSPACING=0 BGCOLOR='+bak+'><TR><TD><CENTER><font face=Verdana, Arial, Helvetica, sans-serif size=1 COLOR=white class=lesprix>'+msg+'</FONT></CENTER></TD></TR></TABLE>';
if (nav) { 
legend.document.write(content); 
legend.document.close();
legend.visibility = 'visible';
}
else if (iex) 
{
document.all('topdeck').innerHTML = content;
legend.visibility = 'visible';  
}
}
function get_mouse(e) 
{
var x = (nav) ? e.pageX : event.x+document.body.scrollLeft; 
var y = (nav) ? e.pageY : event.y+document.body.scrollTop;
legend.left = x - 100;
legend.top  = y - 20;
}
function kill() 
{
legend.visibility = 'hidden';
}
