_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0              // 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";
oncolor="#FFFFFF";
offbgcolor="#ffffff";
offcolor="#FFFFFF";
bordercolor="#515c20";
borderstyle="solid";
borderwidth=0;
separatorcolor="#a89f6f";
separatorsize="0";
padding=0;
fontsize="100%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
itemheight="12";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#455c00";
headerbgcolor="#7a6132";
overfilter="Fade(duration=0.0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#dfefcd";
oncolor="#7a6132";
offbgcolor="transparent";
offcolor="#706727";
bordercolor="#515c20";
borderstyle="solid";
borderwidth=1;
separatorcolor="#455c00";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
image="/images/buttons/xpblank.gif"
//itemheight="2";
onborder="1px solid #a79d42";
overfilter="Fade(duration=0.1);Alpha(opacity=85);Shadow(color='#78633b', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.0)";
menubgimage="/images/buttons/winxp.gif";
//subimage="/images/buttons/arrow.gif";
//onsubimage="/images/element/arrow_down.gif";
}


with(milonic=new menuname("camp")){
style=subMenuStyle;
itemwidth=157;
margin=4;
left="offset=-0";
top="offset=0";
aI("text=LODGING;url=/thecamp/Lodging.asp;");
aI("text=IMAGE GALLERY;url=/thecamp/gallery.asp;");
aI("text=CONTACT US;url=/thecamp/contactus.asp;");

}

with(milonic=new menuname("deer")){
style=subMenuStyle;
itemwidth=157;
margin=4;
left="offset=-0";
top="offset=0";
aI("text=FARM SIRES;url=/thecamp/farmsires.asp;");
aI("text=AI SIRES;url=/thecamp/aisires.asp;");
aI("text=OUR DOES;url=/thecamp/ourdoes.asp;");
aI("showmenu=WATCH EM GROW;text=WATCH EM GROW;");
//aI("showmenu=Anti Spam;text=Anti Spam Tools;");

}

with(milonic=new menuname("links")){
style=subMenuStyle;
itemwidth=157;
margin=4;
left="offset=-0";
top="offset=0";
aI("text=WEATHER;url=/thecamp/weather.asp;");
aI("text=OTHER LINKS;url=/thecamp/Links.asp;");

}
with(milonic=new menuname("WATCH EM GROW")){
style=subMenuStyle;
itemwidth=157;
margin=4;
left="offset=-0";
top="offset=0";
aI("text=2008 Gallery;url=/thecamp/WatchEmGrow2008.asp;");
aI("text=2009 Gallery;url=/thecamp/WatchEmGrow2009.asp;");
aI("text=2009 Video;url=/thecamp/Video.asp;");
}

drawMenus();

