<!--
/*
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=300; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#6699FF";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("YBS Menu", "Y B S Menu")
addItem("Home page", "index.html", "");
addItem("Officers", "ybsofficers.htm", "");
addItem("Membership", "ybsrenewal.htm", "");
addItem("Budgerigar links", "ybslinks.htm", "");
addItem("Three D budgerigar", "ybsthreed.htm", "");
addItem("Latest news round up", "ybsnews.htm", "");
addItem("Guestbook", "http://pub19.bravenet.com/guestbook/show.php?usernum=1577722734&cpv=1", "");
addItem("Photos taken at Shows in Yorkshire 2005", "budgiealbum/budgiephotos.htm", "");
addItem("Y.B.S archive photos 1 ", "ybsarchive.htm", "");
addItem("Y.B.S archive photos 2 ", "ybsarchive1.htm", "");
addItem("BEGINNERS", "beginners_files/frame.htm", "");
addItem("PET BREEDERS ", "ybspetclub.htm", "");
addItem("Y.B.S Dinner and Presentation Evening 2008 ", "ybsdinner2008.htm", "");
addItem("Pictures from all the open shows in the YBS area 2008.This will be updated when photos are recieved ", "ybsdonc.htm", "");
addItem("BS Club Show Results 2008", "bsclubshow2008.htm", "");
addItem("YBS Schedule 2008", "Y+B+S+Schedule+2008.pdf", "");
addItem("YBS Entry Form 2008", "champ.htm", "");
addItem("Seventy Two Photos of winning budgerigars at THE BUDGERIGAR SOCIETY WORLD SHOW 2008", "slideshow5.htm", "");
addItem("YBS Budgie Day 2008", "ybsbudgieday.htm", "");
addItem("Y.B.S Area Championship Open Show Results and Photos November 15th 2009", "ybsshowresults.htm", "");
addItem("Introducing The New Budgerigar Society Ideal", "wbo/wboideal.htm", "");
addItem("Past Presidents", "ybspastpresidents.htm", "");
addItem("Golden Bird Winners", "ybsgoldenbird.htm", "");
addItem("A M Dexter Memorial Trophy", "ybsamdexter.htm", "");
addItem("Y.B.S Year Book", "flipflop/Free%20Version/Default.html", "");
addItem("BS World Show 2009 Results", "ybsbsclubshow2009.htm", "");
addItem("BS World Show 2009 Photos", "slideshow7.htm", "");
addItem("Benched Entry Table 2009", "benchedentry2009.htm", "");
addItem("AGM 2010 and GC Meetings", "ybsgcminutes.htm", "");
addItem("BS Classification 2010", "ybsclassification2010.htm", "");

endMenu()

//-->