<!--

/*
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=30;
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=450; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#F48000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#F48000";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=40; // no quotes!!
barText="Auswahl"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////
//ssmItems[6]=["Newsletter", "newsletter_seite.htm", ""]
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["Startseite", "index1.htm", ""]
ssmItems[2]=["Beratung", "beratung.htm", ""]
ssmItems[3]=["Mieten", "mietangebot.htm", "", 1, "no"] //create two column row
ssmItems[4]=["Mietanfrage", "mietanfrage.htm", "",1]
ssmItems[5]=["Kaufen", "kaufangebot.htm", ""]
ssmItems[6]=["Kundenmeinungen", "kundenmeinungen.htm", ""]
ssmItems[7]=["Dokumentensoftware", "software_dokumentenverwaltung.htm", ""]
ssmItems[8]=["Pressemeinungen", "pressemeinungen.htm", ""]
ssmItems[9]=["Impressum", "Impressum.htm", ""]
ssmItems[10]=["Weitere Mietangebote", "weitere_mietangebote.htm", ""]



buildMenu();

//-->
