


_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="#ffffff"; //org 4F8EB6 old 33ccff 89A7D6 9DBCFD
oncolor="#0000ff";
offbgcolor="#ffffff";
offcolor="#000033";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#00ccff"; //org 2D729D
separatorsize="1";
separatorheight="15";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="0000ff";
pagebgcolor="#ffffff"; //current page button color CACEDF
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ffffff', Direction=135, Strength=0)"; // rns 135,5
//outfilter="randomdissolve(duration=0.3)"; rns
}

outarrowStyle=new copyOf(menuStyle)  //rs new arrow style
outarrowStyle.subimage="arrowhz.gif";  //rs new arrow cont


with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=185;
//left="offset=-1";
alwaysvisible=1;
//alignment="center"; //rs
//menualign="center"; //rs
position="relative"; //rs
//menuwidth="100%"; //rs
screenposition="center"; //rs
orientation="horizontal";

aI("text=&nbsp;Home&nbsp;;url=http://bayviewbikeclub.org/;;status=BVBC Home Page;separatorsize=1")
aI("text=&nbsp;Club&nbsp;Activities&nbsp;;url=http://bayviewbikeclub.org/meetings.htm;status=Club Activities;separatorsize=1")
aI("text=&nbsp;Membership&nbsp;App&nbsp;;url=http://bayviewbikeclub.org/BVBCapp.pdf;target=_blank;status=Membership Application;separatorsize=1")
aI("text=&nbsp;Links&nbsp;;url=http://bayviewbikeclub.org/links.htm;status=Internet Links of Interest;separatorsize=1")
aI("text=&nbsp;Contact&nbsp;Us&nbsp;;url=http://bayviewbikeclub.org/contact.htm;status=Contact Us;separatorsize=1")
//aI("text=&nbsp;DYK&nbsp;;url=http://bayviewbikeclub.org/dyn;status=Did You Know!;separatorsize=1")
//aI("text=&nbsp;Classic&nbsp;;url=classic.htm;;showmenu=classic;;separatorsize=1")
//aI("text=&nbsp;News&nbsp;Letter&nbsp;;url=news/nl;showmenu=news;;status=BVBC News Letter;separatorsize=1")
//aI("text=&nbsp;Ride&nbsp;Calendar&nbsp;;url=rides.htm;;showmenu=rides;status=BVBC Ride Calendar;separatorsize=1")
//aI("text=&nbsp;Club&nbsp;Pictures&nbsp;;url=http://bayviewbikeclub.org/pics.shtml;;showmenu=pics;status=BVBC Picture Page;separatorsize=1")
}


drawMenus();
