<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=100; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=10; // 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="#000000";
menuIsStatic="yes";
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#C00000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#990000";
linkOverBGColor="#C00000";
linkTarget="";
linkAlign="left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#C00000";
barVAlign="center";
barWidth=20; // no quotes!!
barText='MENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addItem("S H O P", "http://servern.rockarfett.com/notredame.just.nu/shop/shop.html", "");
addItem("INTERVIEW", "http://servern.rockarfett.com/notredame.just.nu/interview/interview.asp", "");
addItem("T A S T E", "http://servern.rockarfett.com/notredame.just.nu/taste/taste.asp", "");
addItem("N E W S", "http://servern.rockarfett.com/notredame.just.nu/news/news.asp", "");
addItem("DISCOGRAPHIE", "http://servern.rockarfett.com/notredame.just.nu/discographie/discographie.asp", "");
addItem("GALLERY", "http://servern.rockarfett.com/notredame.just.nu/clash/gallery.html", "");
addItem("LITTLE THINGS", "http://servern.rockarfett.com/notredame.just.nu/clash/clash.html", "");
addItem("HISTORY", "http://servern.rockarfett.com/notredame.just.nu/history/history.html", "");
addItem("VAMPIRELLA", "http://servern.rockarfett.com/notredame.just.nu/vampirella/vampirella.html", "");
addItem("S N O W Y", "http://servern.rockarfett.com/notredame.just.nu/snowy/snowy.html", "");
addItem("DE SADE", "http://servern.rockarfett.com/notredame.just.nu/desade/desade.html", "");
addItem("", "", "");
addItem("MAIN MENU", "http://servern.rockarfett.com/notredame.just.nu/menu/menu.html", "");
buildMenu();

//-->
