<!-- Bouh! Ne touche a rien :)

function newWindow(what) {
        if (what == "01") {
            window.open("../gallery/bernin.htm", "image1", "WIDTH=323, HEIGHT=584");
        }
        else if (what == "02") {
            window.open("../gallery/bosch.htm", "image2", "WIDTH=449, HEIGHT=480");
        }
        else if (what == "03") {
            window.open("../gallery/bruegel.htm", "image3", "WIDTH=558, HEIGHT=415");
        }
         else if (what == "04") {
            window.open("../gallery/caravage.htm", "image4", "WIDTH=494, HEIGHT=380");
        }
        else if (what == "05") {
            window.open("../gallery/courbet.htm", "image5", "WIDTH=301, HEIGHT=315");
        }
        else if (what == "06") {
            window.open("../gallery/david.htm", "image6", "WIDTH=573, HEIGHT=495");
        }
        else if (what == "07") {
            window.open("../gallery/delacroix.htm", "image7", "WIDTH=529, HEIGHT=495");
        }
        else if (what == "08") {
            window.open("../gallery/fetting.htm", "image8", "WIDTH=391, HEIGHT=636");
        }
        else if (what == "09") {
            window.open("../gallery/manet.htm", "image9", "WIDTH=569, HEIGHT=495");
        }
        else if (what == "10") {
            window.open("../gallery/michelange.htm", "image10", "WIDTH=572, HEIGHT=451");
        }
		else if (what == "11") {
            window.open("../gallery/munch.htm", "image11", "WIDTH=420, HEIGHT=605");
        }
		else if (what == "12") {
            window.open("../gallery/palatine.htm", "image12", "WIDTH=569, HEIGHT=430");
        }
		else if (what == "13") {
            window.open("../gallery/picasso.htm", "image13", "WIDTH=403, HEIGHT=488");
        }
		else if (what == "14") {
            window.open("../gallery/pollock.htm", "image14", "WIDTH=553, HEIGHT=365");
        }
		else if (what == "15") {
            window.open("../gallery/sapientiae.htm", "image15", "WIDTH=362, HEIGHT=647");
        }
		else if (what == "16") {
            window.open("../gallery/vangogh.htm", "image16", "WIDTH=427, HEIGHT=635");
        }
		else if (what == "17") {
            window.open("../gallery/victoire.htm", "image17", "WIDTH=300, HEIGHT=533");
        }
		else if (what == "18") {
            window.open("../gallery/wright.htm", "image18", "WIDTH=575, HEIGHT=459");
        }
        else {
            return;		
        }
    }


function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);