<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=1200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="black";
hdrBGColor="#AA3C3C";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="16";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#E5E0CF";
//linkBGColor="#CEC6A5";
//linkOverBGColor="#B0A374";
linkOverBGColor="#D7D0B5";
linkTarget="_top";
linkAlign="left";
barBGColor="#AA3C3C";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText='MENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("The Menu");
addItem("Start Page", "index.html", "");
addHdr("Genealogy");
addItem("Surname Index", "famtree.html", "");
addItem("Family Tree", "java_tree.html", "");
addItem("Missing Person", "olai_e_stillufsen.html", "");
addItem("Viking Tree", "vikingtree.html", "");
addItem("Bygdebok.", "bygdebok.html", "");
addItem("Local farms", "farms.html", "");
addHdr("Photography");
addItem("Mosvold", "mosvold.html", "");
addItem("Løland", "loland.html", "");
addItem("Farsund", "farsund.html", "");
addItem("Eik LES", "eik_les.html", "");
addItem("Moi", "moi.html", "");
addItem("Jeep WJ", "jeep.html", "");
addItem("Beijing, China", "beijing.html", "");
addHdr("Other Info");
addItem("About me..", "about.html", "");
addItem("Guestbook", "guestbook.html", "");
addItem("Page History", "history.html", "");
addItem("Links", "links.html", "");

buildMenu();

//-->