/*
Filename: pulldown_menus.js
Desc:     Pulldown menu definitions for Cedar Key Chamber
Author:   Relevant Arts Enterprise, Inc. <http://www.relevantarts.com/>
          John A. Lock <jlock@relevantarts.com>
Created:  2006-Jun-04
Modified: 
*/

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(IslandStyle=new mm_style()){
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#959E7F";
offcolor="#FFFFFF";
onbgcolor="#86B318";
oncolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Arial,Helvetica";
fontsize="12";
fontstyle="normal";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Alpha(opacity=75)";
padding=4;
//pagebgcolor="#82B6D7";
//pagecolor="black";
//separatorcolor="#999999";
//separatorsize=1;
//subimage="img/white_arrow.gif";
//subimagepadding=2;
}

with(EventStyle=new mm_style()){
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#7D96A2";
offcolor="#FFFFFF";
onbgcolor="#0B88C7";
oncolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Arial,Helvetica";
fontsize="12";
fontstyle="normal";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Alpha(opacity=75)";
padding=4;
//pagebgcolor="#82B6D7";
//pagecolor="black";
//separatorcolor="#999999";
//separatorsize=1;
//subimage="img/white_arrow.gif";
//subimagepadding=2;
}

with(CommunityStyle=new mm_style()){
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#7A8F8F";
offcolor="#FFFFFF";
onbgcolor="#006666";
oncolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Arial,Helvetica";
fontsize="12";
fontstyle="normal";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Alpha(opacity=75)";
padding=4;
//pagebgcolor="#82B6D7";
//pagecolor="black";
//separatorcolor="#999999";
//separatorsize=1;
//subimage="img/white_arrow.gif";
//subimagepadding=2;
}

with(VisitorsStyle=new mm_style()){
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#8D8C9A";
offcolor="#FFFFFF";
onbgcolor="#5B569C";
oncolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Arial,Helvetica";
fontsize="12";
fontstyle="normal";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Alpha(opacity=75)";
padding=4;
//pagebgcolor="#82B6D7";
//pagecolor="black";
//separatorcolor="#999999";
//separatorsize=1;
//subimage="img/white_arrow.gif";
//subimagepadding=2;
}

with(ChamberStyle=new mm_style()){
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#AD997A";
offcolor="#FFFFFF";
onbgcolor="#FF9A00";
oncolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Arial,Helvetica";
fontsize="12";
fontstyle="normal";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Alpha(opacity=75)";
padding=4;
//pagebgcolor="#82B6D7";
//pagecolor="black";
//separatorcolor="#999999";
//separatorsize=1;
//subimage="img/white_arrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("island_menu")) {
top=-2;
left=3;
style=IslandStyle;
aI("text=Overview;url=island.html;");
aI("text=About Our Island;url=island.html#about;");
aI("text=How to Get Here;url=island.html#directions;");
aI("text=Airport Information;url=island.html#airport;");
aI("text=Weather & Tides;url=community.html#facilities;");
aI("text=Printable Street Map (PDF);url=docs/CK_Street_Map.pdf;target=NewWin");
}

with(milonic=new menuname("events_menu")){
top=-2;
left=3;
style=EventStyle;
aI("text=Chamber Events;url=events.html;");
aI("text=Community Event Calendar;url=calendar.php;");
aI("text=Join the Chamber;url=chamber.html;");
}

with(milonic=new menuname("community_menu")) {
top=-2;
left=3;
style=CommunityStyle;
aI("text=Overview;url=community.html;");
aI("text=Community Event Calendar;url=calendar.php;");
aI("text=Government Contacts;url=community.html#contacts;");
aI("text=Town Facilities;url=community.html#facilities;");
aI("text=Churches;url=community.html#churches;");
aI("text=Business Directory;url=members.php;");
aI("text=Printable Street Map (PDF);url=docs/CK_Street_Map.pdf;target=NewWin");
}

with(milonic=new menuname("visitors_menu")) {
top=-2;
left=3;
style=VisitorsStyle;
aI("text=Overview;url=visitors.html;");
aI("text=Area Attractions;url=visitors.html#attractions;");
aI("text=Lodging;url=lodging.php;");
aI("text=Dining;url=dining.php;");
aI("text=Shopping;url=shopping.php;");
aI("text=Fishing & Boating;url=fishing.php;");
aI("text=Culture & Arts;url=cultural.php;");
aI("text=Business & Professional;url=business.php;");
aI("text=Island Souvenirs;url=souvenirs.html;");
aI("text=Visitor Survey;url=visitor_survey.php;");
}
with(milonic=new menuname("chamber_menu")) {
top=-2;
left=-70;
style=ChamberStyle;
aI("text=Overview;url=chamber.html;");
aI("text=Leadership;url=chamber.html#leadership;");
aI("text=Business Directory;url=members.php;");
aI("text=Chamber Events;url=events.html;");
aI("text=Membership Application (PDF);url=docs/CKChamber_membership.pdf;target=NewWin");
aI("text=Chamber Merchandise;url=souvenirs.html;");
}

drawMenus();
