
<!--
 
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
 
YOffset=2; 
staticYOffset=10; 
XOffset=1; 
slideSpeed=20 
waitTime=700; 
 
barBGColor="yellow";
barFontFamily="Cooper Black";
barFontSize="4";
barFontColor="black";
barVAlign="center";
barWidth=25;
barText='Menü' 
 
menuBGColor="#006600";
menuIsStatic="no";
menuWidth=220;
menuCols=1;
 
hdrFontFamily="Cooper Black";
hdrFontSize="3";
hdrFontColor="yellow";
hdrBGColor="";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
 
linkFontFamily="Cooper Black";
linkFontSize="3";
linkBGColor="";
linkOverBGColor="green";
linkTarget="_top";
linkAlign="left";
 
addItem("", "", "");
addItem("Startseite", "http://www.griwwelbisser-worms.de/index.htm", "_top");
addItem("Sonstiges", "http://www.griwwelbisser-worms.de/fastsonst.htm", "_top");
addItem("Gästebuch", "http://www.onlinewebservice6.de/gastbuch.php?id=54473", "_top");
addItem("Wörterbuch", "http://www.griwwelbisser-worms.de/fastwort.htm", "_top");
addItem("Bildergalerie", "http://www.griwwelbisser-worms.de/fastbilder.htm", "_top");
addItem("Terminkalender", "http://www.griwwelbisser-worms.de/fasttermin.htm", "_top");
addItem("Kontakt erwünscht?", "http://www.griwwelbisser-worms.de/fastkontakt.htm", "_top");
addItem("Impressum", "http://www.griwwelbisser-worms.de/fastimpress.htm", "_top");
addItem("Fundus(nur für Mitgieder)", "http://www.griwwelbisser-worms.de/fundus/fastfundus.htm", "_top");
 
buildMenu();
//-->
 

