_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#003300";
offbgcolor="#DCE9F0";
offcolor="#009933";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#003300";
offbgcolor="#DCE9F0";
offcolor="#009933";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#003300', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=5;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.buff-golf.com/;status=Back To Home Page;");
aI("text=Area Courses;showmenu=Area Courses;");
aI("text=Associations;showmenu=Associations;");
aI("text=Reviews;showmenu=Reviews;");
aI("text=Features;showmenu=Features;");
aI("text=Columns;showmenu=Columns;");
aI("text=Shops & Ranges;showmenu=Shops & Ranges;");
aI("text=Juniors & Beginners;showmenu=Juniors & Beginners;");
aI("text=Charity;url=http://www.buff-golf.com/charity.html;status=Buff-Golf Charity Work;");
aI("text=Press Center;url=http://www.buff-golf.com/pressctr.htm;status=Buff-Golf Press Center;");
}

with(milonic=new menuname("Area Courses")){
style=menuStyle;
overflow="scroll";
aI("text=Public Courses;url=http://www.buff-golf.com/public.html;");
aI("text=Private Courses;url=http://www.buff-golf.com/private.html;");
}

with(milonic=new menuname("Associations")){
style=menuStyle;
aI("text=BDGA;url=http://www.buff-golf.com/bdga.htm;");
aI("text=Women's PLGA;url=http://www.buff-golf.com/wnywplga.htm;");
aI("text=Men's PLGA;url=http://www.buff-golf.com/wnyplga.html;");
aI("text=NYSGA;url=http://www.buff-golf.com/nysga.htm;");
aI("text=USGA;url=http://www.buff-golf.com/usga.htm;");
aI("text=Women's BDGA;url=http://www.buff-golf.com/wbdga.html;");
}

with(milonic=new menuname("Reviews")){
style=menuStyle;
aI("text=Equipment Reviews;url=http://www.buff-golf.com/demos.html;");
aI("text=Book Reviews;url=http://www.buff-golf.com/books.html;");}

with(milonic=new menuname("Features")){
style=menuStyle;

aI("text=Cassie Golfs To College;url=http://www.buff-golf.com/college.htm;");
aI("text=Rico's Rants;url=http://www.buff-golf.com/rants.htm;");
aI("text=Local Results;url=http://www.buff-golf.com/results.htm;");
aI("text=The Walter J. Travis Society;url=http://www.buff-golf.com/travis.htm;");
aI("text=PGA Golf Guy!;url=http://www.buff-golf.com/pgaguy.htm;");
aI("text=Ten Questions With ...;url=http://www.buff-golf.com/playprof.html;");
aI("text=Best Holes In WNY;url=http://www.buff-golf.com/best.html;");
aI("text=From The Tips;url=http://www.buff-golf.com/tips.html;");
}

with(milonic=new menuname("Columns")){
style=menuStyle;
aI("text=The Architect's Corner;url=http://www.buff-golf.com/witter.htm;");
aI("text=The Tech Guy;url=http://www.buff-golf.com/techguy.htm;");
aI("text=Bob Labbance;url=http://www.buff-golf.com/labbance.htm;");
aI("text=Travelin' Duff;url=http://www.buff-golf.com/duff.htm;");
aI("text=The Scrambler;url=http://www.buff-golf.com/scramble.htm;");
aI("text=The Wor(l)d Of Golf;url=http://www.buff-golf.com/dutchman.htm;");
aI("text=Mo' Golf;url=http://www.buff-golf.com/mogolf.html;");
aI("text=The Mouth That Roars;url=http://www.buff-golf.com/mouth.htm;");
}

with(milonic=new menuname("Shops & Ranges")){
style=menuStyle;
aI("text=Area Golf Shops;url=http://www.buff-golf.com/shops.html;");
aI("text=Area Practice Places;url=http://www.buff-golf.com/ranges.html;");

}

with(milonic=new menuname("Juniors & Beginners")){
style=menuStyle;
aI("text=High School Headquarters;url=http://www.buff-golf.com/hsh.htm;");
aI("text=Area Junior Golf;url=http://www.buff-golf.com/juniors.html;");
aI("text=Beginners' Primer;url=http://www.buff-golf.com/beginner.html;");

}

drawMenus();