<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=156; // no quotes!! 150
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="black";  //nicht ändern!
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=220; // Must be a multiple of 10! no quotes!! 170
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#170088";   //#170088=dunkelbau! horizontale Überschriften
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#FFFF99";  //hellgelb
linkTarget="_top";
linkAlign="Left";
barBGColor="#003CE1";   //#170088  oder #444444=schwarz! vertikale Überschrift
barFontFamily="Verdana";
barFontSize="3";
barFontColor="yellow";  //white
barVAlign="center";
barWidth=22; // no quotes!!
barText="MENUE"; // <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]=["Men&uuml;"] //create header
ssmItems[1]=["JB`s TravelHomepage      ", "http://www.travelhomepage.de/index.htm", ""]
ssmItems[2]=["G&auml;stebuch           ", "http://www.gb.gratis-gaestebuecher.de/cgi-bin/gb/multigb.cgi?gb=79150",""]
ssmItems[3]=["G&auml;stebuch 2 (Archiv)", "http://www.travelhomepage.de/gb200702.htm", ""]
ssmItems[4]=["eMail                    ", "mailto:mail@jbeneke.de?subject=JB`s TravelHomepage: La Palma", ""]
ssmItems[5]=["Externe Links La Palma", "", ""] //create header
ssmItems[6]=["Biosph&auml;ren- Weltreservat", "http://www.lapalmabiosfera.com/biosfera_al/index2.htm", ""]
ssmItems[7]=["La Palma Turismo", "http://www.lapalmaturismo.com/ALEMAN/MARCO/MARCO1.htm", ""]
ssmItems[8]=["Wandern mit NaTour-Trekking", "http://www.natour-trekking.com/w2/index.php", ""]
buildMenu();

//-->