// JavaScript Document

window.open("voeux-2008.htm","","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,left=120,top=0,width=560,height=380");

function navigateur()
{
if (navigator.appName.substring(0,3)=="Net") window.location="index_net.htm"
else window.location="index_ie.htm";
}
function page1topage2(){for (a=1; a<=281; a++){scroll(1,a)};}
function page1topage3(){for (a=1; a<=562; a++){scroll(1,a)};}
function page2topage1(){for (a=281; a>=0; a--){scroll(1,a)};}
function page2topage3(){for (a=281; a<=562; a++){scroll(1,a)};}
function page3topage1(){for (a=562; a>=0; a--){scroll(1,a)};}
function page3topage2(){for (a=562; a>=281; a--){scroll(1,a)};}
function page3topage4(){for (a=562; a<=843; a++){scroll(1,a)};}
function page4topage3(){for (a=843; a>=562; a--){scroll(1,a)};}

function plan01() {window.open("plan01.htm",'plan','width=420,height=540');}
function plan02() {window.open("plan02.htm",'plan','width=700,height=590');}

function showanim()
{titre="Sesame";
w=open('','image','width=100,height=100,toolbar=no,scrollbars=no,resizable=yes');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE>");
w.document.write("<script language='javascript'> function resizeMe() { if (navigator.appName == 'Netscape') { adjWidth = document.images[0].width; adjHeight = document.images[0].height;}else{ adjWidth = document.images[0].width+13; adjHeight = document.images[0].height+32;} self.resizeTo(adjWidth, adjHeight);}</script>");
w.document.write("</HEAD>");
w.document.write("<BODY onload='resizeMe()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><a href='anim/index.htm' target='_blank'; onclick='window.close();'><IMG src='anim/imgs/popup.gif' border=0></a></BODY></HTML>");
w.document.close();
}