<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFFFFF";
menuIsStatic="yes";
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#FFFFFF";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#CCCCCC";
linkTarget="_top";
linkAlign="right";
barBGColor="#FFFFFF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=30; // no quotes!!
barText='<img src="/halloween/_images/menudrip.gif" border="no" />' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

addHdr("Hallowe'en");
addItem("2001" , "/halloween/2001/" , "");
addItem("2002" , "/halloween/2002/" , "");
addItem("2003" , "/halloween/2003/" , "");
addItem("2004" , "/halloween/2004/" , "");
addItem("2005" , "/halloween/2005/" , "");
//-->


