<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=9990; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="800000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=3;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="800000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="FCEBBE";
linkOverBGColor="FFFFCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="Bookman Old Style";
barFontSize="2";
barFontColor="FFFFCC";
barVAlign="center";
barWidth=22; // no quotes!!
barText="MENU MUNTENALBUM"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

ssmItems[0]=["MIDDELEEUWS", "", ""] //create header
ssmItems[1]=["Kopergeld", "midkoper.htm", ""]
ssmItems[2]=["Zilver voor 1000", "midzilver.htm", ""]
ssmItems[3]=["Zilver na 1000", "midzilver.htm", ""]
ssmItems[4]=["Gouden munten", "midgoud.htm", ""] 

ssmItems[5]=["PROVINCIAAL", "", ""] //create header
ssmItems[6]=["Oorden", "provoorden.htm", ""]
ssmItems[7]=["Duiten", "provduiten.htm", ""]
ssmItems[8]=["Zilvergeld", "provzilver.htm", ""]
ssmItems[9]=["Gouden munten", "provgoud.htm", ""]

ssmItems[10]=["DIVERSEN", "", ""] //create header
ssmItems[11]=["Misslagen", "misslagen.htm", ""] 
ssmItems[12]=["Valsemunterij", "valsemunterij.htm", ""]
ssmItems[13]=["Muntgewichten", "muntgewichten.htm", ""]

ssmItems[14]=[" ", "", ""] //create header
ssmItems[15]=["STARTPAGINA", "../index.htm", ""]

buildMenu();

//-->
