<!--

/*
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=130; // no quotes!!
barWidth=18; // no quotes!!
XOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="White";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="FFDAB9";
hdrBGColor="#B22222";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="FFEFD5";
linkOverBGColor="#FFDEAD";
linkTarget="_top";
linkAlign="Left";
barBGColor="#B22222";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='HÄR ÄR MENYN'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'
<!-- free javaScript examples at http://www.ScriptBreaker.com -->
///////////////////////////

// the menu items
addHdr("Huvudmeny", 2);
addItem("Hem", "index.html", "_self")
addItem("Inför valet", "politik.html","_self")
addItem("Partiprogram", "program.html", "_self")
addItem("Kandidater", "kandidater.html", "_self")
addItem("Sametinget", "sametinget.html", "_self")
addItem("Aktuellt", "aktuellt.html", "_self")
addItem("Valkalender", "kalender.html", "_self")
addItem("Länksamling", "link.html", "_self")
addHdr("Undermeny", 2);
addItem("Kontaktsida", "komponenter/iframe_kontakt.html", "iframe")
addItem("Blogg", "http://mingeaidnu.bloggsida.se")
addItem("Tänkta tankar", "komponenter/iframe_tankar.html", "iframe")

// final step that builds the menu
buildMenu();

//-->

