


_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="#3F5FB4";
oncolor="#ffffff";
offbgcolor="#E6E5E3";
offcolor="#352F2F";
bordercolor="#CACACA";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CACACA";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#1B5B99";
headercolor="#FFFF00";
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("Studio")){
style=menuStyle;
overflow="scroll";
alignment="right";
aI("text=Listen Live;url=JavaScript:WinOpenP();status=Listen Live;")
aI("text=Meet The DJ's;url=/pages/studio/index.shtml;")
aI("text=Contests;url=http://www.kxoj.com/pages/contests/;")
aI("text=Video Player;url=http://www.kxoj.com/pages/links/videoplayer.shtml;")
aI("text=Music News;url=http://www.kxoj.com/pages/studio/musicnews.shtml;")
aI("text=Songs;url=http://www.kxoj.com/pages/studio/nowplaying.shtml;")
aI("text=Music Store;url=http://kxoj.musichristian.com/;")
}


with(milonic=new menuname("Events")){
style=menuStyle;
alignment="left";
aI("text=Contests;url=http://www.kxoj.com/pages/contests/;")
aI("text=Concerts;url=/pages/concerts/index.shtml;")
aI("text=Freedom Live;url=http://www.freedomlive.com;")
aI("text=Calendar;url=/calendar/;")
aI("text=Community Events;url=http://www.kxoj.com/calendar/events/?l=5;")
aI("text=Live Broadcasts;url=http://www.kxoj.com/calendar/events/?l=4;")
aI("text=Scrapbook;url=/scrapbook/;;status=Scrapbook;")
}

with(milonic=new menuname("Mornings")){
style=menuStyle;
alignment="left";
aI("text=Morning Blog;url=http://www.kxoj.com/morningblog/;")
aI("text=Heather's Cookbook;url=/cookbook/;")
}



with(milonic=new menuname("Interact")){
style=menuStyle;
aI("text=Contact us;url=http://www.kxoj.com/pages/about/contact.shtml;") 
aI("text=Advertise with us;url=http://www.kxoj.com/pages/about/advertising.shtml;") 
aI("text=Link to us;url=http://www.kxoj.com/cgi-bin/moxiebin/bm_affiliate.cgi?s=1;")
aI("text=Submit an Anniversary;url=http://www.kxoj.com/pages/news/76.shtml;")
}

with(milonic=new menuname("Mornings")){
style=menuStyle;
alignment="left";
aI("text=Craig & Heather;url=/pages/morningshow/index.shtml;")
aI("text=Show Blog;url=/morningblog/;")
}

with(milonic=new menuname("Live")){
style=menuStyle;
alignment="left";
aI("text=Listen Live;url=JavaScript:WinOpenP();")
aI("text=Listen Live Support;url=http://www.kxoj.com/pages/studio/techsupport.shtml;")
aI("text=Studio Cam;url=JavaScript:WinOpenQ();")
}

with(milonic=new menuname("Builders")){
style=menuStyle;
alignment="left";
overflow="scroll";
aI("text=Church Builder;url=http://kxoj.mychurchbuilder.com/;")
aI("text=Health Builder;url=http://kxoj.com/healthbuilder/;")
}
drawMenus();