<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems 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="#808080";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white"
hdrBGColor="#B0C8D0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="ffffff";
linkTarget="_top";
linkAlign="Left";

barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION"; 
barBGColor="#B0C8D0";
// <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]=["Menu"] //create header
ssmItems[1]=["Home", "../index.html","", 1,"no"] //create two column row]
ssmItems[2]=["", "nnn.html", "", 1]

ssmItems[3]=["Austria", "austria.html", "", 1, "no"] //create two column row]
ssmItems[4]=["Burma", "burma.html", "", 1]
ssmItems[5]=["China", "china.html" ,"",1, "no"] //create two column row]
ssmItems[6]=["Croatia", "croatia.html", "", 1]
ssmItems[7]=["Cuba", "cuba.html", "",1, "no"] //create two column row]
ssmItems[8]=["Denmark", "denmark.html", "", 1]
ssmItems[9]=["France", "france.html", "", 1, "no"] //create two column row]

ssmItems[10]=["Germany", "germany.html", "", 1]
ssmItems[11]=["Greece", "greece.html", "", 1, "no"]  //create two column row] 
ssmItems[12]=["Indonesia", "indonesia.html", "",1]
ssmItems[13]=["Italy", "italy.html", "", 1, "no"] //create two column row]
ssmItems[14]=["Netherlands", "netherlands.html", "", 1]
ssmItems[15]=["Philippines", "philippines.html", "",1, "no"] //create two column row]

ssmItems[16]=["Poland", "poland.html", "", 1,] 
ssmItems[17]=["Spain", "spain.html", "",1, "no"] //create two column row]
ssmItems[18]=["Switzerland", "switzerland.html", "", 1,]
ssmItems[19]=["Thailand", "thailand.html", "", 1, "no"] //create two column row]
ssmItems[20]=["Turkey", "turkey.html", "",1]

ssmItems[21]=["USA", "usa.html", "",]
ssmItems[22]=["", ""] //create header
ssmItems[23]=["National heritages", "hydradenk.html", "",]
ssmItems[24]=["Art", "hydranten.html", "", 1, "no"] //create two column row]
ssmItems[25]=["Invitation", "index.html", "",1] 

ssmItems[26]=["Texts", "texte.html", "", 1, "no"] //create two column row]
ssmItems[27]=["", "", "",1] 

ssmItems[28]=["Contact", "http://www.wwhydrant.de/ethno/engl/formular.html", "",1, "no"] 

//create two column row]
ssmItems[29]=["Imprint", "impress.html", "", 1]
ssmItems[30]=["", ""] //create header

buildMenu();

//-->
