<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
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="#cc6633";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#ffcc99";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ff9966";
barFontFamily="Verdana";
barFontSize="1,5";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=23; // no quotes!!
barText="SELECT AREA"; // <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]=["Select area here!"] //create header
ssmItems[1]=["", "",""]
ssmItems[2]=["<b>West of Iran</b>", "http://www.lundinrugs.se/west_iran_rugs.htm", ""]
ssmItems[3]=["<b>South of Iran</b>", "http://www.lundinrugs.se/south_iran_rugs.htm", ""]
ssmItems[4]=["<b>North of Iran</b>", "http://www.lundinrugs.se/north_iran_rugs.htm",""]
ssmItems[5]=["<b>East of Iran</b>", "http://www.lundinrugs.se/east_iran_rugs.htm", ""]
ssmItems[6]=["<b>Other areas</b>", "http://www.lundinrugs.se/various_rugs_page.htm", ""]
ssmItems[7]=["", "",""]
ssmItems[8]=["", "", ""]
ssmItems[9]=["", "", ""]


buildMenu();

//-->
