

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.mudbugco.com/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(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
left=15;
alwaysvisible=1;
orientation="horizontal";
followscroll=1;
aI("text=Home;url=http://www.mudbugco.com/;status=Back To Home Page;");
aI("text=Weather;url=http://www.mudbugco.metsite.com/WxFlash/;");
aI("text=MudBugCam;url=http://www.mudbugco.com/mudbugcam.html;");
aI("text=MealOfaLifetime;url=http://www.mudbugco.com/Assets/mol/mol.html;");
aI("text=Photos;showmenu=Photos;");
aI("text=Links;showmenu=Links;");
}

with(milonic=new menuname("Photos")){
style=menuStyle;
overflow="scroll";
aI("text=Around the House;url=http://www.mudbugco.com/house.html;");
aI("text=Notch Shots;url=http://www.mudbugco.com/notchshots.html;");
aI("text=Father's Day;url=http://www.mudbugco.com/fathersday.html;");
aI("text=Mardi Gras '03;showmenu=MardiGras");
aI("text=Dick and Sarah;url=http://home.comcast.net/~moreese/dicksarah/dickandsarah.html;");
aI("text=Seattle;url=http://home.comcast.net/~maestroz/roadtrip02/seattle02/seattle02.html;");
aI("text=Wyoming;url=http://home.comcast.net/~maestroz/roadtrip02/wyoming02/wyoming02.html;");
aI("text=Russian Sub;url=http://home.comcast.net/~maestroz/roadtrip02/seattle02/russiansub02/russiansub02.html;");
aI("text=Bridge Pedal;url=http://home.comcast.net/~maestroz/roadtrip02/portland02/bridgepedal02/bridgepedal02.html;");
aI("text=BackPacking '02;url=http://home.comcast.net/~natewestfeldt/woodland/woodland.html;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
overflow="scroll";
aI("text=EMSC;url=http://www.eldorarace.org/;");
aI("text=Diamond Baseball;url=http://www.diamondbaseball.org/;");
aI("text=Race Support;url=http://www.mudbugco.com/racesupport.html;");
//aI("text=Bison 14s;url=");
aI("text=Eldora WebCam;url=http://webcam1.eldora.com/view/view.shtml;");
}

with(milonic=new menuname("MardiGras")){
style=menuStyle;
overflow="scroll";
aI("text=Zulu Parade;url=http://www.mudbugco.com/mardigraspix.html;");
aI("text=Rex Parade;url=http://www.mudbugco.com/mardigraspixrex.html;");
aI("text=Rex Ball;url=http://www.mudbugco.com/mardigraspixrexball.html;");
}

drawMenus();


