<!--

/*
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="#cccccc";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#d90126";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#d7d7d7";
linkTarget="_top";
linkAlign="Left";
barBGColor="#959595";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Navigation"; // <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]=["Bigfoot-Design"] //create header
ssmItems[1]=["Das Grafik-Design-Studio vor Ort", "grafik.php", ""]
ssmItems[2]=["Webdesign", "webdesign.php",""]
ssmItems[3]=["Web-TV", "webtv.php",""]
ssmItems[4]=["Video- und TV Produktionen", "video.php", ""]
ssmItems[5]=["Bildagentur", "bild.php", ""]
ssmItems[6]=["Shopsysteme", "onlineshop.php", ""]
ssmItems[7]=["Kreativworkshop Anfragen", "workshop.php", ""]
ssmItems[7]=["Distribution von Werbematerial", "distribution.php", ""]
ssmItems[7]=["Computertechnik", "computertechnik.php", ""]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

ssmItems[8]=["Menü", "", ""] //create header
ssmItems[9]=["Home", "index.php", ""]
ssmItems[10]=["Team", "team.php", ""]
ssmItems[11]=["Kontakt", "kontakt.php", ""]
ssmItems[12]=["Impressum", "impressum.php", ""]


buildMenu();

//-->
