<!--

/*
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='HISTORIA'; // <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("Esihistoria", "../historia/historia.html#esihistoria", "")
addItem("1200-luku", "../historia/historia.html#1200","")
addItem("1300 ja 1400", "../historia/historia.html#1300-1400", "")
addItem("1500-luku", "../historia/historia.html#1500", "")
addItem("1600-luku", "../historia/historia.html#1600", "")
addItem("1700-luku", "../historia/historia.html#1700", "")
addItem("1800-luku", "../historia/historia.html#1800", "")
addItem("1900-luku", "../historia/historia1900.html", "")
addItem("1918", "../historia/historia1900.html#1918", "")
addItem("1920", "../historia/historia1900.html#1920", "")
addItem("1930", "../historia/historia1900.html#1930", "")
addItem("1940 - 1945", "../historia/historia1900.html#1940-1945", "")
addItem("1945 - 1990", "../historia/historia1900.html#1945-1990", "")
addItem("1991", "../historia/historia1900.html#1991", "")
addItem("Sivun alkuun", "#alku", "")
addItem("Kirjallisuutta", "../kirjallisuutta.html#historia", "_blank")


// Ja lopuksi
buildMenu();

//-->