


_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=25               // 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()){
oncolor="navy";
offcolor="navy";
padding=10;
fontsize="12px";
ondecoration='underline'; 
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
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";
top="offset=150";
alignment="right";
screenposition="center"; 
orientation="horizontal";
aI("text=Listen Live;url=JavaScript: openplayer('kxoj-fm');status=Listen Live")
aI("text=Meet The DJ's;url=/pages/studio/index.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/;")
aI("text=Web Cam;url=JavaScript:WinOpenQ();status=Web Cam;")
}


with(milonic=new menuname("Events")){
style=menuStyle;
alignment="right";
top="offset=150";
screenposition="center"; 
orientation="horizontal";
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;
screenposition="center"; 
top="offset=150";
alignment="left";
orientation="horizontal";
aI("text=Morning Blog;url=http://www.kxoj.com/morningblog/;")
aI("text=Heather's Cookbook;url=/cookbook/;")
aI("text=Submit an Anniversary;url=http://www.kxoj.com/pages/news/76.shtml;")
}



with(milonic=new menuname("Interact")){
style=menuStyle;
screenposition="center"; 
top="offset=150";
orientation="horizontal";
alignment="left";
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;
screenposition="center"; 
top="offset=150";
alignment="left";
orientation="horizontal";
aI("text=Craig & Heather;url=/pages/morningshow/index.shtml;")
aI("text=Show Blog;url=/morningblog/;")
}

with(milonic=new menuname("Live")){
style=menuStyle;
screenposition="center"; 
top="offset=150";
alignment="left";
orientation="horizontal";
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;
screenposition="center"; 
top="offset=150";
alignment="left";
overflow="scroll";
orientation="horizontal";
aI("text=Brain Builder;url=http://www.kxoj.com/brainbuilder/;")
aI("text=Church Builder;url=http://kxoj.mychurchbuilder.com/;")
aI("text=Heather's Cookbook;url=http://kxoj.com/cookbook/;")
}
drawMenus();