<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontColor="000000"
linkFontSize="1";
linkBGColor="#C0C0C0";  //Background color for each individual link "cell"
linkOverBGColor="#E3E1E1";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffff";   //Background color of the display bar
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("The Anime Club", "M E N U")
addItem("Main", "http://www.amherst.edu/~anime/index.html", "");
addItem("Activities", "http://www.amherst.edu/~anime/activities.html", "");
addItem("Reviews", "http://www.amherst.edu/~anime/review.html", "");
addItem("Fandom", "http://www.amherst.edu/~anime/fandom.html", "");
addItem("Links", "http://www.amherst.edu/~anime/links.html", "");
addItem("About", "http://www.amherst.edu/~anime/staff.html", "");
addHdr("Amherst College");
addItem("Main", "http://www.amherst.edu", "");
addItem("The New Athenian", "http://note.amherst.edu", ""); 

endMenu()

//-->