<!--

/*
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=35; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=300; // 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=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="16";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="SIDE MENU"; // <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******_new
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["Startseite", "http://www.it-support.senta-b.de", ""]
ssmItems[2]=["Webdesign", "http://www.it-support.senta-b.de/webdesign.html", ""]
ssmItems[3]=["Dienstleistungen", "http://www.it-support.senta-b.de/leistungen.html", ""]
ssmItems[4]=["Download", "http://www.it-support.senta-b.de/tools.html", ""]
ssmItems[5]=["Linux", "http://www.it-support.senta-b.de/linux2.html", ""]
ssmItems[6]=["Windows", "http://www.it-support.senta-b.de/windows.html", ""]

ssmItems[7]=["Mail", "http://www.it-support.senta-b.de/mail.htm", "", 1, "no"] //create two column row
ssmItems[8]=["Impressum", "http://www.it-support.senta-b.de/impressum.htm", "",1]

ssmItems[9]=["Links", "", ""] //create header
ssmItems[10]=["Senta-b Design", "http://www.design.senta-b.de", "_blank"]
ssmItems[11]=["Autoteile", "http://www.s-a-m-o-a.com", "_blank"]
ssmItems[12]=["Partner", "http://www.ms-sky-it.de", ""]

buildMenu();

//-->

