


_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



_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()){
oncolor="#FFFF33";
offcolor="#FFFFFF";
separatorcolor="#4EB8DF";
separatorsize="0";
padding=4;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="arial";
}


with(menuStyle=new mm_style()){
onbgcolor="#1B5B99";
oncolor="#ffffff";
offbgcolor="#C9DCED";
offcolor="#134780";
bordercolor="#0DA285";
borderstyle="solid";
borderwidth=1;
separatorcolor="#0DA285";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
menubgimage="/menubg.gif";
pagebgcolor="#1B5B99";
headercolor="#C9DCED";
headerbgcolor="#ffffff";
subimage="http://www.wcqr.org/content/navigation/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=99)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("who")){
style=menuStyle;
top=22;
alignment="right";
overflow="scroll";
itemwidth=90;
aI("text=Home;url=/index.shtml;")
aI("text=Listen Live;url=/aboutus/listenlive.shtml;")
aI("text=Contact KARM;url=/aboutus/contactus.shtml;")
aI("text=Our Staff;url=/aboutus/staff.shtml;")
aI("text=Coverage Area;url=/aboutus/coverage-area.shtml;")
aI("text=Photos;url=/scrapbook/;")
aI("text=Station Blog;url=/blog/;")
aI("text=Privacy Statement;url=/aboutus/karmcom-privacy-statement.shtml;")
}


with(milonic=new menuname("events")){
style=menuStyle;
alignment="left";
top=22;
itemwidth=90;
aI("text=Community Calendar;url=/calendar/events/")
aI("text=Submit an Event;url=/calendar/events/index.php?com=submit;")
aI("text=Station Events;url=/pages/events/index.shtml;")
aI("text=Contest Rules;url=/aboutus/official-contest-rules.shtml")
}



with(milonic=new menuname("music")){
style=menuStyle;
top=22;
itemwidth=90;
aI("text=Listen Live;url=/aboutus/listenlive.shtml;")
aI("text=Newest Songs;url=/music/newest-songs.shtml;")
}

with(milonic=new menuname("Give")){
style=menuStyle;
alignment="left";
top=22;
itemwidth=90;
aI("text=Credit Card Donation;url=https://www.capitaldynamics.com/karm/index.shtml;")
aI("text=Sharathon Pledge;url=/give/pledgeform.shtml;")
aI("text=Daysponsor;url=/give/daysponsorinfo.shtml;")
aI("text=Business Underwriting;url=/give/business-underwriting.shtml;")
aI("text=Current Business Underwriters;url=/give/current-business-underwri.shtml;")
aI("text=Financial Information;url=/give/guidelines-for-fundraisin.shtml;")
}

with(milonic=new menuname("ministry")){
style=menuStyle;
top=22;
alignment="left";
itemwidth=90;
aI("text=Programs;url=/aboutus/programs-you-hear.shtml;")
aI("text=How to become a Christian;url=/ministry/how-to-become-a-christian.shtml;")
aI("text=Bible Study;url=http://www.karm.com/ministry/biblestudy.shtml;")
aI("text=Prayer Requests;url=/ministry/prayers.shtml;")
}


drawMenus();