<!--
/*
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=30; // 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", "Default.html", "");
addItem("Officers", "ybsofficers.htm", "");
addItem("Membership", "ybsrenewal.htm", "");
addItem("Budgerigar links", "ybslinks.htm", "");
addItem("Guestbook", "http://pub19.bravenet.com/guestbook/show.php?usernum=1577722734&cpv=1", "");
addItem("Y.B.S archive photos 1 ", "ybsarchive.htm", "");
addItem("Y.B.S archive photos 2 ", "ybsarchive1.htm", "");
addItem("PET BREEDERS ", "ybspetclub.htm", "");
addItem("YBS Entry Form 2011", "champ.htm", "");
addItem("Y.B.S Area Championship Open Show Results and Photos November 13th 2011", "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("Benched Entry Table 2011", "benchedentrytable2011.htm", "");
addItem("AGM 2010 and GC Meetings", "ybsgcminutes.htm", "");
addItem("Y.B.S.Dinner and Presentation Evening 2011", "ybsdinner2010.htm", "");
addItem("Y.B.S.Dinner and Presentation Evening 2011", "ybsdinner2011.htm", "");
addItem("Colour Standards", "ybscolours.htm", "");endMenu() 

//-->
