<!--
/*
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";
hdrFontFamily="Garamond";
hdrFontSize="4";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
//linkFontFamily="Garamond";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
//barBGColor="#FF4400";
barBGColor="#008800";
//barFontFamily="arial, sans serif";
barFontFamily="garamond";
barFontSize="6";
barFontColor="#ffffff";
barVAlign="center";
barWidth=30; // no quotes!!

startMenu("The Scytheshop", "Site Menu")
addItem("Home page", "http://www.thescytheshop.co.uk/", "");
addItem("Austrian Scythe Guide", "guide.html", "");
addItem("Product List", "product%20list.html", "");
addItem("Price List", "price%20list.html", "");
addItem("How To Order", "how%20to%20order.html", "");
addItem("Order Form", "order%20form.html", "");
addItem("Beginners' Courses", "courses.html", "");
addItem("Picture Gallery", "picturegallery.html", "");
addItem("Scything Festivals", "festival.html", "");
endMenu()
/*
startMenu("Menu", "The Menu")
addItem("Bookmark scripts", "dhtml_bookmarks.html", "");
addItem("Buttons", "dhtml_buttons.html", "");
addItem("Cookies", "dhtml_cookies.html", "");
addHdr("DHTML Scripts");
addItem("Detect / Redirect", "dhtml_redirect.html", "");
addItem("Email scripts", "dhtml_email.html", "");
addItem("Forms", "dhtml_forms.html", "");
addItem("Tables", "dhtml_tables.html", "");
addItem("Enhancements", "dhtml_enhancements.html", "");
addItem("Menus scripts", "dhtml_menus.html", "");
addItem("Messages", "dhtml_messages.html", "");
addItem("Music player scripts", "dhtml_music.html", "");
addItem("Time & Date", "dhtml_time_date.html", "");
*/

//-->
