<!--



/*

Configure menu styles below

NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors

*/

YOffset=250; // no quotes!!

XOffset=0;

staticYOffset=30; // no quotes!!

slideSpeed=20 // no quotes!!

waitTime=2000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.

menuBGColor="#C5C7C8";

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="#FFFFFF";

hdrBGColor="#C5C7C8";

hdrAlign="left";

hdrVAlign="center";

hdrHeight="15";

linkFontFamily="Verdana";

linkFontSize="2";

linkBGColor="#EBEDEC";

linkOverBGColor="#D7D9D8";

linkTarget="_top";

linkAlign="Left";

barBGColor="#C5C7C8";

barFontFamily="Verdana";

barFontSize="2";

barFontColor="#FFFFFF";

barVAlign="center";

barWidth=20; // no quotes!!

barText="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]=["m e n y"] //create header

ssmItems[1]=["startsidan", "1.html", ""]

ssmItems[2]=["d.sign kultivera", "organisation.html", ""]

ssmItems[3]=["bildgalleri", "bilder.html", ""]

ssmItems[4]=["kontakta oss", "kontakta.html", ""]

ssmItems[5]=["prislista", "dsignprislista_20100310.pdf", "_blank"]

ssmItems[6]=["press", "press.html", ""]


ssmItems[7]=["externa länkar"]

ssmItems[8]=["betongverkstan", "http://www.betongverkstan.se", "_blank"]

ssmItems[9]=["yart textil design", "http://yart.se", "_blank"]


buildMenu();



//-->