<!--

YOffset=80;
XAlign=2;
XOffset=0;
staticYOffset=20;
waitTime=500;
slideX=1;
slideXSpeed=10;
slideY=1;
slideYSpeed=10;
slideOnYOverflow=1;
autoHideXOverFlow=1;
targetFrame="_top";
targetDomain="";
operaFix=0;
menuOpacity=90;
menuPosition=1;
menuBGColor="#666666";
menuWidth=150;
hdrBGColor="#333333";
hdrPadding=1;
hdrAlign="left";
hdrVAlign="center";
linkBGColor="black";
linkOverBGColor="#222222";
linkAlign="left";
linkVAlign="center";
linkPadding=7;
barWidth=20;
barBGColor="#999999";
barAlign="left";
barVAlign="center";
barType=1;
barText="MENU";

if(langID == "e") {

//addHdr("Main");
addItem("Start",		"../start_e.html", "");
addItem("Portfolios",		"../portfolio/index.html?e", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Weddings #2",		"../portfolio_hochzeiten2/index.html?e", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Weddings #1",		"../portfolio_hochzeiten/index.html?e", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;People #2",		"../portfolio_people2/index.html?e", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;People #1",		"../portfolio_people1/index.html?e", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Nature",		"../portfolio_nature/index.html?e", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Cityscapes",		"../portfolio_cityscapes/index.html?e", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Concerts",		"../portfolio_concerts/index.html?e", "");
addItem("Galleries",		"../gal/index_e.html", "");
//addItem("Templates",		"../articles/index_e.html", "");
addItem("Imprint/Contact",	"../about/contact_e.html", "");
//addText("&copy; Peter Berger");

} else {

addItem("Startseite",		"../start.html", "");
addItem("Portfolios",		"../portfolio/index.html", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Hochzeiten #2",		"../portfolio_hochzeiten2/index.html", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Hochzeiten #1",		"../portfolio_hochzeiten/index.html", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Personen #2",		"../portfolio_people2/index.html", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Personen #1",		"../portfolio_people1/index.html", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Natur",		"../portfolio_nature/index.html", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Städte",		"../portfolio_cityscapes/index.html", "");
addLink("&nbsp;&nbsp;&nbsp;&nbsp;Konzerte",		"../portfolio_concerts/index.html", "");
addItem("Galerien",		"../gal/index.html", "");
//addItem("Templates",		"../articles/index.html", "");
addItem("Impressum/Kontakt",	"../about/contact.html", "");
}

buildMenu();

//-->