<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#f06d6d";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Menu"; // <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]=["Arkivet"] //create header
ssmItems[1]=["Velkommen", "frame/?side=arkiv", "indhold"]
ssmItems[2]=["Nyt fra arkivet", "frame/?side=arkivny", "indhold"]
ssmItems[3]=["Åbningstider mm.", "frame/?side=arkivaa", "indhold"]
ssmItems[4]=["Kontakt arkivet", "frame/?side=kontakt", "indhold"]
ssmItems[5]=["Lokalhistorie"] //create header
ssmItems[6]=["Slægtsforskning"] //create header
ssmItems[7]=["Skovlund Slægt Database", "frame/?side=skovlundweb", "indhold"]
ssmItems[8]=["Skovlund Historie", "frame/?side=historie", "indhold"]
ssmItems[9]=["Kildematriale", "frame/?side=kilde", "indhold"]
ssmItems[10]=["Kirkebøger", "frame/?side=kirkeb", "indhold"]
ssmItems[11]=["Folketællinger", "frame/?side=folkt", "indhold"]
ssmItems[12]=["Diverse link", "frame/?side=link", "indhold"]
ssmItems[13]=["Hjemmesider fra området", "frame/?side=privat", "indhold"]
ssmItems[14]=["Efterlysninger"] //create header
ssmItems[15]=["Arkivet efterlyser", "frame/?side=efterlys", "indhold"]
ssmItems[16]=[""] //create header

buildMenu();

//-->