<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // 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="";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=220; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="#b1b1b2";
hdrBGColor="#444444";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="22";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="";
linkOverBGColor="";
linkTarget="_top";
linkAlign="right";
barBGColor="";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=30; // no quotes!!
barText=""; // <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]=["<br>startseite", "index.html", ""]
ssmItems[1]=["portfolio"] //create header
ssmItems[2]=["reise", "reise.html", ""]
ssmItems[3]=["corporate", "corporate.html",""]
ssmItems[4]=["people", "people.html", ""]
ssmItems[5]=["reportage", "reportage.html", ""]
ssmItems[6]=["backstage", "backstage.html", ""]

ssmItems[7]=["christian wyrwa", "", ""] //create header
ssmItems[8]=["news", "news.html", ""]
ssmItems[9]=["profil fotograf", "vita.html", ""]
ssmItems[10]=["kontakt", "kontakt.html", ""]
ssmItems[11]=["impressum &nbsp;<br><br>", "impressum.html", ""]


buildMenu();

//-->
