


_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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()){
SuppressLayouts="True"
position="relative";
onbgcolor="#7D5339";
oncolor="#ffffff";
offbgcolor="#333333";
offcolor="#FFFFFF";
bordercolor="#D0AE37";
borderstyle="solid";
borderwidth=0;
separatorcolor="#D0AE37";
separatorsize="1";
menuwidth="100%"
itemwidth="100%"
padding=3;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=.3);Alpha(style=0, opacity=90);Shadow(color='#999999', direction=135, strength=4)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
menuwidth="95%"
itemwidth="95%"
position="relative";
align="center"
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.beehivecollective.org/english/front.htm;status=Back To Home Page;");
aI("text=Our Hive;showmenu=Hive;status=Our Hive;");
aI("text=Graphics Campaigns;showmenu=Graphics;status=Graphics Campaigns;");
aI("text=Works in Progress;url=http://www.beehivecollective.org/gallery2;status=View our Works in Progress;");
aI("text=Tour and Booking;showmenu=Mosaics;status=Mosaics;");
aI("text=Custom Banners;url=http://www.beehivecollective.org/english/custombanners.htm;status=Custom Banners;");
aI("text=Cross Pollinate With Us;showmenu=Pollinate;status=Cross Pollinate With Us;");
aI("text=Donate!;url=http://www.beehivecollective.org/english/donate.htm;status=Donate;");
aI("text=Webstore;showmenu=Webstore;status=Webstore;");
}

with(milonic=new menuname("Hive")){
style=menuStyle;
overflow="scroll";
aI("text=About Us;url=http://www.beehivecollective.org/english/aboutus.htm;");
aI("text=The Machias Grange;url=http://www.beehivecollective.org/english/thegrange.htm;");
aI("text=Stone Mosaics;url=http://www.beehivecollective.org/english/mosaics.htm;");
aI("text=Love Letters;url=http://www.beehivecollective.org/english/loveletters.htm;");
aI("text=For Wannabees;url=http://www.beehivecollective.org/english/wbee_form.htm;");
aI("text=Press Kit;url=http://www.beehivecollective.org/english/presskit.htm;");
aI("text=Press Coverage;url=http://www.beehivecollective.org/english/press.htm;");
aI("text=Wish List;url=http://www.beehivecollective.org/english/wishlist.htm;");
}

with(milonic=new menuname("Graphics")){
style=menuStyle;
overflow="scroll";
aI("text=About Graphic Campaigns;url=http://www.beehivecollective.org/english/graphics_campaigns.htm;");
aI("text=Mesoamerica Resiste;url=http://www.beehivecollective.org/english/ppp.htm;");
aI("text=Biotechnology;url=http://www.beehivecollective.org/english/biotech.htm;");
aI("text=Plan Colombia;url=http://www.beehivecollective.org/english/plancolombia.htm;");
aI("text=FTAA;url=http://www.beehivecollective.org/english/ftaa.htm;");
aI("text=Resist the G8;url=http://www.beehivecollective.org/english/g8.htm;");
aI("text=Latin American Solidarity;url=http://www.beehivecollective.org/english/lasc.htm;");
aI("text=Coal Campaign BLOG;url=http://beehivecollective.blogspot.com/;")
aI("text=Polinizaciones BLOG;url=http://www.beehivecollective.org/english/polinizaciones.htm;")
aI("text=Mesoamerica Resiste! BLOG;url=http://mesoamericaresiste.blogspot.com;");
}

with(milonic=new menuname("Comrades")){
style=menuStyle;
overflow="scroll";
aI("text=Coming Soon!;");
}

with(milonic=new menuname("FlightHistory")){
style=menuStyle;
overflow="scroll";
aI("text=Flight History;url=http://www.beehivecollective.org/english/flighthistory.htm;");
}

with(milonic=new menuname("FutureGraphics")){
style=menuStyle;
overflow="scroll";
aI("text=Global Justice Coloring Book (Page coming soon!);");
}

with(milonic=new menuname("Mosaics")){
style=menuStyle;
overflow="scroll";
aI("text=Current Schedule;url=http://www.beehivecollective.org/english/tour.htm;");
aI("text=Spring 2010 Announcement;url=http://www.beehivecollective.org/mailings/2010_Spring/tourshoutout.htm");
aI("text=Book the Bees!;url=http://www.beehivecollective.org/english/tour_form.htm");
aI("text=Flight History;url=http://www.beehivecollective.org/english/flighthistory.htm");
}

with(milonic=new menuname("Pollinate")){
style=menuStyle;
overflow="scroll";
aI("text=Join our Mailing List;url=http://www.beehivecollective.org/english/beeswax.htm;");
aI("text=Contact Us!;url=http://www.beehivecollective.org/english/contactinfo.htm;");
}

with(milonic=new menuname("Webstore")){
style=menuStyle;
overflow="scroll";
aI("text=Store Entrance;url=http://www.beehivecollective.org/english/store_gate.htm;");
aI("text=Posters;url=http://www.beehivecollective.org/english/store_posters.htm;");
aI("text=Patches;url=http://www.beehivecollective.org/english/store_patches_new.htm;");
aI("text=More Media;url=http://www.beehivecollective.org/english/store_media.htm;");
aI("text=Graphic Campaign Subscriptions;url=http://www.beehivecollective.org/english/subscribe.htm;");
}

drawMenus();

