<!--

function set_var() {
venster = null;
}

var venster = null;

function set_pointer(pointer) {

if (pointer !== 'pointer0') {document.images[pointer].src='graphics/pointer.jpg'}
}

function open_nospecific(URL,frame,pijltje) {

var URL1 = URL + ".htm";

//if venster and venster.open exist, close that window first
if (venster && venster.open) {venster.close()};

//if (pijltje !== 'pointer0') {
//document.images['pointer1'].src='graphics/no_pointer.jpg'
//document.images['pointer2'].src='graphics/no_pointer.jpg'
//document.images['pointer3'].src='graphics/no_pointer.jpg'
//document.images['pointer4'].src='graphics/no_pointer.jpg'
//document.images[pijltje].src='graphics/pointer.jpg'
//document.images['wheel'].src='graphics/wheela0.jpg'
//}


// Open a document with supported-only CSS functionality

//window.open('contents.htm','Frame2_2');

window.open(URL1, frame);

}

function open_specific(URL,frame) {

var NN4 = (navigator.appName == "Netscape") &&
                  (navigator.userAgent.indexOf("Mozilla/4") != -1);

var URL1 = URL + ".htm";
var URL2 = URL + "_n4.htm";

//if venster and venster.open exist, close that window first
if (venster && venster.open) {venster.close()};

// Open a document with supported-only CSS functionality
// in case of Netscape version 4

////if (!NN4) {
window.open(URL1, frame);
////}
////else
////{
////window.open(URL2, frame);
////};
}

function NaarHuis(URL,frame,taal) {

//if venster and venster.open exist, close that window first
if (venster && venster.open) {venster.close()};

if (taal=="NL") {URL1= "info_dutch.htm"};
if (taal=="US") {URL1= "info_english.htm"};

window.open(URL1,frame);

}
function CloseVenster()
{
// Sluit een eventueel eerder geopend nieuw scherm
if (venster && venster.open) {venster.close()};
}

function NieuwVenster(URL, name, FTITLE, bclas, width, height) {

// a new window object
var string = null;
var title_string = null;
var close_string = null;
var table_string = null;

string = "<img src=\"" + URL + "\" + height="+height +"width="+width+ "border=5 align=\"center\">";
title_string = "<TITLE>--------------------"+FTITLE+"--------------------<\/TITLE>\n";
if (bclas == "bgfem")
{
  close_string = "<CENTER><A HREF=\"JavaScript:parent.close()\"><img src=\"graphics\/pink_button_close.jpg\" border=\"0\"><\/A><\/CENTER>";
}
else
{
  close_string = "<CENTER><A HREF=\"JavaScript:parent.close()\"><img src=\"graphics\/blue_button_close.jpg\" border=\"0\"><\/A><\/CENTER>";
};
table_string = "<TABLE width=\""+ width +"\">\n";
//title_string = "<TITLE>Full screen image<\/TITLE>\n";
// Sluit een eventueel eerder geopend nieuw scherm
if (venster && venster.open) {venster.close()};

       height += 65;
       width  += 60;
// Indien window te groot is voor het scherm wordt het window aangepast

       var str = "height=" + height + ",innerHeight=" + height;
       str += ",width=" + width + ",innerWidth=" + width;
       str += ",resizable=yes,scrollbars=yes";

// Controleer of browser het screen-object ondersteunt
       if (window.screen) 
       {

         var xc = 0;
         var yc = 0;

         var ah = screen.availHeight - 30;
         var aw = screen.availWidth - 10;
         
         if (ah < height) {
           height = ah
         }
         else {
           yc = (ah - height) / 2
         };
         if (aw < width)  {
           width  = aw
         }
         else {
           xc = (aw - width) / 2
         };
         
         str = "height=" + height + ",innerHeight=" + height;
         str += ",width=" + width + ",innerWidth=" + width;
         str += ",left=" + xc + ",screenX=" + xc;
         str += ",top=" + yc + ",screenY=" + yc;
         str += ",resizable=yes,scrollbars=yes";
       };
 
  venster = window.open("", name,str);
  with (venster.document) {

  open("text/html", "replace");
  write("<HTML><HEAD>\n");
  write(title_string);
  write("<LINK HREF=\"waves.css\" REL=\"stylesheet\" TYPE=\"text/css\">\n");
  write("<SCRIPT TYPE=\"text\/javascript\" LANGUAGE=\"JavaScript\">\n");
  write("<!--\n\n");
  write("var NN2 = (navigator.appName == \"Netscape\") && (navigator.userAgent.indexOf(\"Mozilla\/2\") != -1);\n");
  write("function VensterFocus() {\n");
  write("if (!NN2) {\n");
  write("self.focus();\n");
  write("}\n");
  write("}\n");
  write("\/\/ --" + ">\n");
  write("<\/SCRIPT>\n");
  write("<\/HEAD>\n");
// Onderstaande regel laat in Explorer 4.0scherm hangen als vanuit Geocities wordt gewerkt!
// In Netscape 4.0 gaat het wel goed. Browser specific maken? (of aparte NieuwVensterE4)
//  write("<BODY onload=\"VensterFocus()\" class=\"bg4\">\n");
  write("<BODY class=\"" + bclas + "\">\n");
//  write("<BODY class=\"bg1\">\n");
  write(table_string);
  write("<TR>");
  write("<TD align=\"center\">");
  write(string);
  write("<\/TD>");
  write("<\/TR>");
  write("<TR>");
  write("<TD height=\"40\" align=\"center\">");
  write(close_string);
  write("<\/TD>");
  write("<\/TR>"); 
  write("<\/TABLE>");
  write("<\/BODY><\/HTML>\n");
  close();
                          }
}

function imageChange(effects,imageID,imageName,frame,desc1,desc2,dim,year) { 

var venster = null;
var NN = (navigator.appName == "Netscape");
var css_string = "<LINK HREF=\"running.css\" REL=\"stylesheet\"" + "TYPE=\"text\/css\">\n";
//set style
//global.style="filter:revealTrans(duration=2,transition=23)"
//apply effect
if (effects==1)
if (document.all){
global.filters.revealTrans.Transition=Math.floor(Math.random()*23);
global.filters.revealTrans.stop();
global.filters.revealTrans.apply();
};
//change images
document.images[imageID].src = eval(imageName + ".src");
// play the effect
if (effects==1)
if (document.all){
global.filters.revealTrans.play();
}
//document.images[imageID].width=50;
//document.images[imageID].height=50;
//document.images[imageID].width=document.images[imageName].width-20;
//document.images[imageID].height=document.images[imageName].height-40;
venster = window.open("", frame); 
with (venster.document) {

  open("text/html", "replace");
  write("<HTML><HEAD>\n");
	write("<TITLE>Art Gallery<\/TITLE>\n");
  write("<META NAME=\"Generator\" CONTENT=\"Stone's WebWriter 2\">\n");
  write(css_string);
//  write("<SCRIPT SRC=\"art.js\" TYPE="text\/javascript" //LANGUAGE=\"JavaScript\"><\/SCRIPT>\n");

  write("<\/HEAD>\n");

  write("<BODY class=\"bg1\">\n");
  
    if (!NN) 
  {
  write("<p class=\"p8\">\n");
  write("<FONT><B>"+desc1+"<\/B><\/FONT><BR>"+"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+desc2+"&nbsp;&nbsp;&nbsp;"+dim+"&nbsp;&nbsp;&nbsp;"+year+"\n");
  } else
  {write("<p class=\"p8_NN\">\n");
  write("<FONT><B>"+desc1+"<\/B><\/FONT><BR>\n");
  write("<\/p>\n");
  write("<p class=\"p10_NN\">\n");
  write("<FONT><B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+desc2+"&nbsp;&nbsp;&nbsp;"+dim+"&nbsp;&nbsp;&nbsp;"+year+"<\/FONT>\n");
  };
  write("<\/p>\n");
  write("<\/BODY><\/HTML>\n");
  close();
}
}



function make_title(frame,desc1,desc2,dim,year) { 

var venster = null;
var css_string = "<LINK HREF=\"waves.css\" REL=\"stylesheet\"" + "TYPE=\"text\/css\">\n";
var NN = (navigator.appName == "Netscape");
venster = window.open("", frame); 
with (venster.document) {

  open("text/html", "replace");
  write("<HTML><HEAD>\n");
	write("<TITLE>Art Gallery<\/TITLE>\n");
  write("<META NAME=\"Generator\" CONTENT=\"Stone's WebWriter 2\">\n");
  write(css_string);
//  write("<SCRIPT SRC=\"art.js\" TYPE="text\/javascript" //LANGUAGE=\"JavaScript\"><\/SCRIPT>\n");

  write("<\/HEAD>\n");

  write("<BODY class=\"bg1\">\n");
  if (!NN) 
  {
  write("<p class=\"p8\">\n");
  } else
  {write("<p class=\"p8_NN\">\n");
  };
  write(desc1);
  
  write("<\/p>\n");
  write("<\/BODY><\/HTML>\n");
  close();
}
}

function reset(imageID,imageName) {
document.images[imageID].src = eval(imageName + ".src");
}

//3-state Highlight menu effect script: By Dynamicdrive.com
//For full source, Terms of service, and 100s DTHML scripts
//Visit http://www.dynamicdrive.com

function over_effect(e,state){
if (document.all)
source4=event.srcElement
else if (document.getElementById)
source4=e.target
if (source4.className=="menulines")
source4.style.borderStyle=state
else if (source4.className=="menulines_nbg")
source4.style.borderStyle=state
else if (source4.className=="menulines_hl")
source4.style.borderStyle=state
else{
while(source4.tagName!="TABLE"){
source4=document.getElementById? source4.parentNode : source4.parentElement
if (source4.className=="menulines")
source4.style.borderStyle=state
else if (source4.className=="menulines_nbg")
source4.style.borderStyle=state
else if (source4.className=="menulines_nbg_fw")
source4.style.borderStyle=state
else if (source4.className=="menulines_nbg_ima")
source4.style.borderStyle=state
else if (source4.className=="menulines_nbg_poe")
source4.style.borderStyle=state
else if (source4.className=="menulines_nbg_lit")
source4.style.borderStyle=state
else if (source4.className=="menulines_nbg_anc")
source4.style.borderStyle=state
else if (source4.className=="menulines_hl")
source4.style.borderStyle=state
}
}
}
//-->
