<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/

YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=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=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Verdana";
hdrFontSize="1";
hdrFontColor="#F5DAA3";
hdrBGColor="#OOOO99";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#66CCFF";
linkOverBGColor="#FFFACD";
linkTarget="_top";
linkAlign="left";
barBGColor="#6495ED";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText='DEREKS MENU!' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("Welcome to my Budgerigar Pages");
addHdr("I hope you enjoy your visit");
addHdr("These Pages will be updated often");
addItem("3D of Geoff Bowleys Budgerigar", "threedbudgie/threedbudgie.htm", "");
addItem("Different 3D of a Budgerigar", "threedbudgie3/threedbudgie3.htm", "");
addItem("3D of the America Budgerigar", "threeddtd/threeddtd.htm", "");
addItem("My Profile", "myprofile.htm", "");

buildMenu();

//-->
//-->