<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
//bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=150; // no quotes!!
barWidth=18; // no quotes!!
XOffset=0; // no quotes!!
staticYOffset=150; // no quotes!!
slideSpeed=0 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#6666FF";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#CCCC99";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF8C00";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barText='VALIKKO'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'

///////////////////////////

// Valikon hilppu
addHdr("Menu", 2);
addItem("Yhteiskunta", "yhteiskunta/symbolit.html", "")
addItem("Historia", "historia/historia.html","")
addItem("Kirjallisuus", "kirjallisuus/kirjallisuus.html", "")
addItem("Kuvataide", "taide/taide.html", "")
addItem("Musiikki", "musiikki/musiikki.html", "")
addItem("Luonto", "luonto/yleista.html", "")
addItem("Kieli", "kieli/kieli.html", "")
addHdr("", 2);
addItem("Kirjallisuutta", "kirjallisuutta.html", "")
addItem("Artikkeleita", "../artikkelit/index.html", "")
addItem("Linkkej&auml;", "../linkit/linkit.html", "")
addItem("Tuglas-seura", "http://www.tuglas.fi/", "")



// Ja lopuksi
buildMenu();

//-->