<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; //600; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000" //"#444444"; //"#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD" //"#44FFFF;" //"#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000" //"#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="HUVUD MENY"; // <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]=["MENY"] //create header
ssmItems[1]=["Startsidan", "./main/welcome.asp", "main"]
ssmItems[2]=["Kennel Snögrisens", "http://www.markstig.se/kennel/","_new"]
ssmItems[3]=["Information", "./main/information.asp", "main"]
ssmItems[4]=["Logga in", "./login/login.asp", "main"]

//ssmItems[5]=["FAQ", "markstig_web/open_info/faq.asp", "main", 1, "no"] //create two column row
//ssmItems[6]=["Kontakt", "markstig_web/open_info/kontakt.asp", "main",1]

ssmItems[5]=["LÄNKAR", "", ""] //create header
ssmItems[6]=["O.T.O.", "http://www.oto.se/", "_new"]
ssmItems[7]=["Microsoft", "http://www.microsoft.com/", "_new"]
ssmItems[8]=["Google", "http://www.google.com/", "_new"]

buildMenu();

//-->
