// ==== LongearsMall.com Menu ====
// updated July 26, 2004 by Gilbert Jorgensen

_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="#bac5e2";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#143598";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://longearsmall.com/milonic/app/arrow.gif";
subimagepadding="2";
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;
menuwidth="760px";
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=http://longearsmall.com/index.php");
aI("text=News and Articles;showmenu=News and Articles");
aI("text=Stores and Classifieds;showmenu=Stores and Classifieds");
aI("text=Donkey Tree;url=http://donkeytree.com/");
aI("text=Calendar;url=http://longearsmall.com/bdl/app/");
//aI("text=Forums;url=http://longearsmall.com/ipb/app;offbgcolor=#FFF4D7;fontweight=bold");
aI("text=WebCams;showmenu=WebCams");
aI("text=Contact Us;url=http://longearsmall.com/help/contactus.htm");
aI("text=Sitemap;url=http://longearsmall.com/home/sitemap.htm");
aI("text=Help;url=http://longearsmall.com/gc/custom/help.php");
}

with(milonic=new menuname("News and Articles")){
style=menuStyle;
aI("text=It's All Happening At The Mall;url=http://longearsmall.com/mt/articles/mall/");
aI("text=In The News;url=http://longearsmall.com/mt/articles/inthenews/");
aI("text=Guest Contributor;url=http://longearsmall.com/mt/articles/guestcontributor/");
aI("text=Mammoth Jackstock News;url=http://longearsmall.com/mt/articles/mammothjackstock/");
//aI("text=Steve Edwards;url=http://longearsmall.com/mt/articles/steveedwards/");
}

with(milonic=new menuname("Stores and Classifieds")){
style=menuStyle;
aI("text=Stores;url=http://longearsmall.com/gc/app/index.php?a=5&b=159&c=5");
aI("text=Classifieds;url=http://longearsmall.com/gc/app/index.php?a=5&b=157");
aI("text=;");
aI("text=Create Store or Classified;url=http://longearsmall.com/gc/app/index.php?a=1");
aI("text=Edit Store or Classified;url=http://longearsmall.com/gc/app/index.php?a=4&b=1");
aI("text=My Account;url=http://longearsmall.com/gc/app/index.php?a=4");
aI("text=Advertising Opportunities;url=http://longearsmall.com/home/advertising.htm");
aI("text=;");
aI("text=Language Translator;url=http://www.google.com/language_tools?hl=en");
}

with(milonic=new menuname("WebCams")){
style=menuStyle;
//aI("text=CabinWood Farm (Lori & Al Wargo);url=http://webcam.cabinwoodfarm.com/;target=_blank");
aI("text=Cloverdale Miniatures (Barb & Marty Ross);url=http://www.clovermini.com/barncam/barncam.html;target=_blank");
//aI("text=Critter Haven Farm (Diane & Brian Hildebrandt);url=http://www.critterhavenfarm.com/barncam/barncam.html;target=_blank");
//aI("text=Donkey Sanctuary - Sidmouth, UK;url=http://www.thedonkeysanctuary.org.uk/site/1/Donkey_Watch.html;target=_blank");
aI("text=Donkey Sanctuary - Sidmouth, UK - Cam 1;url=http://drupal.thedonkeysanctuary.org.uk/mainbarnwebcam1;target=_blank");
aI("text=Donkey Sanctuary - Sidmouth, UK - Cam 2;url=http://drupal.thedonkeysanctuary.org.uk/mainbarnwebcam2;target=_blank");
aI("text=Donkey Sanctuary Bonaire;url=http://www.donkeysanctuary.org/donkeycam.html;target=_blank");
aI("text=Half Ass Acres (Joe & Dayle Haworth);url=http://www.marestare.com/halfass.php;target=_blank");
aI("text=Halkwinds Farm (Rebecca Labs);url=http://www.hawkwindsfarm.com/barncam.html;target=_blank");
aI("text=McMillan's Miniatures (Danny & Debbie McMillan);url=http://www.mcmillansminiatures.com/webcam.htm;target=_blank");
aI("text=Peaceful Valley Donkey Rescue;url=http://www.donkeyrescue.org/webcam.htm;target=_blank");
//aI("text=Sagebrush Ranch (Kristie Jorgensen);url=http://sbr.longearsmall.com/webcam.htm;target=_blank");
aI("text=Throcky's Web Camera;url=http://webcam.throcky.com/;target=_blank");
}

drawMenus();
