<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=120; // no quotes!!
staticYOffset=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="black";
menuIsStatic="yes";
menuWidth=140;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#f4faad";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ca2828";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!


startMenu("Red Comet Links", "Menu");
addItem('Index', 'ind.html', '');
addItem('Helps', 'help.html', '');
addItem('TEST', 'test.html', '');
addHdr('Outside Links');
addItem('English Dictionary', '../links.html', '');
addItem('Foreign Dictionaries', '../links.html', '');
addItem('Thesaurus', '../links.html', '');
addItem('Encyclopedia', '../links.html', '');
addItem('Math', '../links.html', '');
addItem('Personality Tests', '../links.html', '');
addItem('Daily News', '../links.html', '');
endMenu()

//-->
