


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50           // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=1            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#663333";
oncolor="#ffffff";
offbgcolor="#EDE1B2";
offcolor="#000000";
bordercolor="#663333"; 
borderstyle="solid";
borderwidth=0;
separatorcolor="#663333";
separatorsize="3";
separatorheight="3";
separatorwidth="0";
separatorpadding="2";
padding=2;
fontsize=10;
fontstyle="Normal";
//fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFCC"; //CCCC99 is another good possibility
headercolor="#ffffff";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=About Ray;showmenu=Ray;");
aI("text=Western Interest;showmenu=Western;");
aI("text=Adventures;showmenu=Adventures;");
aI("text=Links;url=links.html;");
aI("text=Site Map;url=map.html;");
aI("text=Email Me!;url=email.html;");
}

with(milonic=new menuname("Ray")){
style=menuStyle;
aI("text=Who is Ray?;url=ray.html;");
aI("text=Photography;url=photography.html;");
aI("text=Singing & Other Interests;url=interests.html;");
aI("text=Rodeos I've been to;showmenu=Rodeos;");
}

with(milonic=new menuname("Western")){
style=menuStyle;
offbgcolor="FFCC66";
aI("text=Cowboy Hat Guide;url=hats.html;");
aI("text=Western Riding;url=riding.html;");
aI("text=Real Cowboys?;url=cowboys.html;");
}

with(milonic=new menuname("Adventures")){
style=menuStyle;
//aI("text=Nepal 1989;url=nepal1989.html;");
aI("text=Teotihuacan 1999;url=aztec.html;");
aI("text=Burning Man 1999;url=burningman1999.html;");
aI("text=Skydiving 2000;url=skydiving2000.html;");
aI("text=Sedona 2000;url=sedona.html;");
aI("text=Canadian Arctic 2001;url=arctic.html;");
aI("text=Flying U Ranch 1999;url=flyingu.html;");
aI("text=Tucson & Tombstone 2002;url=tucson_tombstone2002_1.html;");
aI("text=Austria & Czech Rep. 2002;url=austria_czech2002.html;");
}

with(milonic=new menuname("Rodeos")){
style=menuStyle;
aI("text=Alberta;showmenu=Alberta;");
aI("text=Arizona;showmenu=Arizona;");
aI("text=Oklahoma;showmenu=Oklahoma;");
aI("text=Texas;showmenu=Texas;");
}

//Menus that follow are submenus for the rodeos menu set

with(milonic=new menuname("Alberta")){
style=menuStyle;
aI("text=Calgary - CRIR 1999;url=calgary1999.html;");
aI("text=Calgary - CRIR 2000;url=calgary2000_1.html;");
aI("text=Calgary - CRIR 2001;url=calgary2001.html;");
}

with(milonic=new menuname("Arizona")){
style=menuStyle;
aI("text=Phoenix - RRRR 2000;url=phoenix2000.html;");
aI("text=Phoenix - RRRR 2002;url=phoenix2002.html;");
}

with(milonic=new menuname("Oklahoma")){
style=menuStyle;
aI("text=OKC - Great Plains Rodeo 2000;url=okc2000.html;");
aI("text=OKC - Great Plains Rodeo 2003;url=okc2003.html;");
}

with(milonic=new menuname("Texas")){
style=menuStyle;
aI("text=Ft. Worth - TGRA rodeo 2000;url=ftworth2000.html;");
aI("text=Dallas - Big D Rodeo 2001;url=dallas2001.html;");
aI("text=Austin - Capital City Rodeo 2002;url=austin2002.html;");
aI("text=Ft. Worth - Cowtown Rodeo 2003;url=ftworth2003.html;");}

drawMenus();

