
// <!-- 

{

// this is main navigation 
button1 = new Image;
button1.src = "images/nav/personnages.gif";

button2 = new Image;
button2.src = "images/nav/dessins.gif";

button3 = new Image;
button3.src = "images/nav/art_contemporains.gif";

button4 = new Image;
button4.src = "images/nav/photos.gif";
// end of main navigation

// this is main navigation rollover
button1on = new Image;
button1on.src = "images/nav/personnages_roll.gif";

button2on = new Image;
button2on.src = "images/nav/dessins_roll.gif";

button3on = new Image;
button3on.src = "images/nav/art_contemporains_roll.gif";

button4on = new Image;
button4on.src = "images/nav/photos_roll.gif";
// end of main navigation rollover



// popups
button20 = new Image;
button20.src = "../images/artwork/popup/icon_close.gif";

button21 = new Image;
button21.src = "../images/artwork/popup/arrow_left.gif";

button22 = new Image;
button22.src = "../images/artwork/popup/arrow_right.gif";
// end of popups

// popups rollovers
button20on = new Image;
button20on.src = "../images/artwork/popup/icon_close_roll.gif";

button21on = new Image;
button21on.src = "../images/artwork/popup/arrow_left_roll.gif";

button22on = new Image;
button22on.src = "../images/artwork/popup/arrow_right_roll.gif";
// end of popups rollovers



// subpage 
button30 = new Image;
button30.src = "images/nav/1.gif";

button31 = new Image;
button31.src = "images/nav/2.gif";

button32 = new Image;
button32.src = "images/nav/3.gif";

button34 = new Image;
button34.src = "images/nav/4.gif";

button35 = new Image;
button35.src = "images/nav/5.gif";

button36 = new Image;
button36.src = "images/nav/6.gif";

button37 = new Image;
button37.src = "images/nav/7.gif";

button38 = new Image;
button38.src = "images/nav/8.gif";

button39 = new Image;
button39.src = "images/nav/9.gif";

button40 = new Image;
button40.src = "images/nav/10.gif";
// end of subpage

// subpage rollovers
button30on = new Image;
button30on.src = "images/nav/1_roll.gif";

button31on = new Image;
button31on.src = "images/nav/2_roll.gif";

button32on = new Image;
button32on.src = "images/nav/3_roll.gif";

button34on = new Image;
button34on.src = "images/nav/4_roll.gif";

button35on = new Image;
button35on.src = "images/nav/5_roll.gif";

button36on = new Image;
button36on.src = "images/nav/6_roll.gif";

button37on = new Image;
button37on.src = "images/nav/7_roll.gif";

button38on = new Image;
button38on.src = "images/nav/8_roll.gif";

button39on = new Image;
button39on.src = "images/nav/9_roll.gif";

button40on = new Image;
button40on.src = "images/nav/10_roll.gif";
// end of subpage rollovers


}
function imageChange(imageID,imageName,imageID2,imageName2) { 

{
document.images[imageID].src = eval(imageName + ".src");
}

}


// popup new window

function openit(sURL,scrolls,w,h,name){
var sNewURL;
sNewURL = sURL + "?id=" + Math.random();
newwindow=open(sNewURL,name,"scrollbars=" + scrolls +",toolbar=no,directories=no,menubar=no,resizable=no,status=yes,width=" + w + ",height=" + h);
newwindow.focus();
}
// -->

function alain(){
  var asdfadsg = 'al' + 'ain'; asdfadsg += '@'; asdfadsg += 'alai' + 'n' + 'francoeur.c' + 'om';
  document.write( '<A HREF="mai' + 'lt' + 'o:' + asdfadsg + '"'); 
  document.write( ' CLASS="white">' + asdfadsg + '</A>' );
}
