<!--
YOffset=250; 
XOffset=0;
staticYOffset=30; 
slideSpeed=10 
waitTime=100; 
menuBGColor="black";
menuIsStatic="yes"; 
menuWidth=220; 
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#3300ff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#3300ff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; 
barText="SITE MENU";
 
///////////////////////////

//ssmItems[...]=[name, link, target, colspan, endrow?] - lass 'link' und 'target' leer für überschrift
ssmItems[0]=["Menu"] 
ssmItems[1]=["Home", "../index.html", ""]
ssmItems[2]=["News", "news_e.htm", ""]
ssmItems[3]=["about me", "about.htm",""]

ssmItems[4]=["Cats", "cats.htm",""]
ssmItems[5]=["Kittens", "kitten.htm",""]

ssmItems[6]=["Gallery", "gallery.htm", ""]

ssmItems[7]=["Contact us", "", ""] 

ssmItems[8]=["Phone", "kontakt.htm", "_new", 1, "no"] 
ssmItems[9]=["E-Mail", "mailto:info@syramons.de", "",1]

ssmItems[10]=["Webmaster", "mailto:ShadowST@Web.de", ""]
ssmItems[11]=["Guestbook", "http://306463.guestbook.onetwomax.de/", "_new"]

ssmItems[12]=["", "", ""]
buildMenu();
//-->