


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#DEBE9E";
oncolor="#884400";
offbgcolor="#884400";
offcolor="#DEBE9E";
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="bold";
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(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.htm;status=Back To Home Page;image=horseshoesm1.gif;");
aI("text=Saddles;showmenu=Saddles;status=We Have A Great Selection of Saddles;image=horseshoesm1.gif;");
aI("text=Tack;url=tack.htm;status=Check Out Our Tack Products;image=horseshoesm1.gif;");
aI("text=Gifts and Jewelry;url=gifts.htm;status=Check Out Our Many Fine Gifts And Jewelry;image=horseshoesm1.gif;");
aI("text=Apparel;url=apparel.htm;status=Check Out Our Apparel Section;image=horseshoesm1.gif;");
aI("text=Health Care;url=healthcare.htm;status=Check Out Our Great Line of Health Care Products;image=horseshoesm1.gif;");
aI("text=About The Store;showmenu=aboutus;status=Get To Know More About Us;image=horseshoesm1.gif;");
}

with(milonic=new menuname("Saddles")){
style=menuStyle;
aI("text=Tucker;url=http://www.tuckersaddles.com/;image=saddle.gif;");
aI("text=Circle Y;url=http://www.circley.com/;image=saddle.gif;");
aI("text=Tex Tan;url=http://www.textan.com/;image=saddle.gif;");
aI("text=Dakota;url=dakota.htm;image=saddle.gif;");
aI("text=Abetta;url=abetta.htm;image=saddle.gif;");
aI("text=Used;url=usedsaddles.htm;image=saddle.gif;");

}

with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("text=Mobile Unit;url=mobileunit.htm;image=liljoe.gif;");
aI("text=Directions and Hours;url=aboutus.htm;image=liljoe.gif;");
aI("text=About Us;url=aboutthestore.htm;image=liljoe.gif;");

}

drawMenus();

