


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(EasySampleStyle=new mm_style()){
bgimage="menubg.jpg";
oncolor="#FFFF33";
offcolor="#FFFFFF";
separatorcolor="white";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="arial";
}


with(menuStyle=new mm_style()){
onbgcolor="#59AA9C";
oncolor="#ffffff";
offbgcolor="#DFF1ED";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.wcqr.org/content/navigation/menu/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=EasySampleStyle;
itemwidth=76;
itemheight=29;
top=130;
align="center";
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=http://www.wcqr.org/;status=Back To Home Page;");
aI("text=STUDIO;showmenu=Studio;url=http://www.wcqr.org/pages/studio/");
aI("text=MUSIC;showmenu=Music;url=http://www.wcqr.org/pages/music/");
aI("text=EVENTS;showmenu=Events;url=http://www.wcqr.org/pages/events/");
aI("text=MINISTRY;showmenu=Ministry;url=http://www.wcqr.org/pages/ministry/");
aI("text=INTERACT;showmenu=Interact;url=http://www.wcqr.org/pages/interact/");
aI("text=SUPPORT;showmenu=Support;url=http://www.wcqr.org/pages/support/");
}

with(milonic=new menuname("Studio")){
style=menuStyle;
overflow="scroll";
aI("text=Contests;url=/pages/studio/contests/;");
aI("text=Breakfast Radio;url=/pages/studio/mornings/;");
aI("text=Listen Live;url=http://www.wcqr.org/pages/studio/lohispeed.shtml;");
aI("text=Meet The Staff;url=/pages/studio/staff/;");
aI("text=Program Guide;url=/pages/studio/pgmguide.shtml;");
aI("text=Weekend Top 20 Countdown;url=http://www.weekendtop20countdown.com;");
}

with(milonic=new menuname("Music")){
style=menuStyle;
aI("text=WCQR Top Songs;url=http://www.wcqr.org/pages/music/current-top-20.shtml");
aI("text=Artist Links;url=http://www.wcqr.org/pages/music/artistlinks-2.shtml");
aI("text=Music News;url=/pages/music/musicnews.shtml;");
aI("text=Music Question?;url=/pages/music/musicquestion.shtml;");
aI("text=Online Music Panel;url=http://www.wcqr.org/pages/music/onlinemusicpanel.shtml;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Community Calendar;url=/pages/events/commcalendar-2.shtml;");
aI("text=Concerts;url=/pages/events/concerts/;");
aI("text=Videos;url=/pages/events/Videos/;");
aI("text=Scrapbook;url=/scrapbook/;");
aI("text=Community Events;url=/pages/events/communityevents/;");

}

with(milonic=new menuname("Ministry")){
style=menuStyle;
aI("text=Community Focus;url=http://www.wcqr.org/pages/ministry/mission2540.shtml;");
aI("text=Need Him?;url=http://www.needhim.org;");
aI("text=Prayer Requests;url=http://www.wcqr.org/pages/ministry/prayerrequests.shtml;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Make A Donation;url=/pages/support/donation.shtml;");
aI("text=Sharathon;url=/pages/support/Sharathon/;");
aI("text=Meet Our Underwriters;url=/pages/support/underwriters.shtml;");
aI("text=Volunteer;url=/pages/support/volunteer.shtml;");
}

with(milonic=new menuname("Interact")){
style=menuStyle;
aI("text=Contact Us;url=/pages/interact/contact.shtml;");
aI("text=Jobs;url=/pages/interact/jobs.shtml;");
aI("text=News;url=/pages/news/;");
}
drawMenus();

