_menuCloseDelay=300           // 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="#083279";
oncolor="#FFFFFF";
offbgcolor="#DBE0FE";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#0F4FBB";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="arial";
fontsize="12px";
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=100), Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("studio")){
style=menuStyle;
overflow="scroll";
itemwidth="100";
aI("text=Listen Live;url=JavaScript: openplayer('kxoj-fm');")
aI("text=Contests;url=/pages/contests/;")
aI("text=Music;showmenu=music;")
aI("text=Song Alerts;url=http://equest.radiotraks.com/listener/login_form.asp?acct_id=463;")
aI("text=Mornings;url=http://www.craigandheathershow.com;")
aI("text=Air Staff;showmenu=djstaff;")
aI("text=Local Artists;url=http://music.kxoj.info;")
aI("text=Anniversaries;url=http://www.kxoj.com/pages/contests/76.shtml;")
aI("text=Youth Pastor Takeover;url=http://www.kxoj.com/pages/studio/takeover.shtml;")
aI("text=Music News;url=http://www.kxoj.com/pages/studio/musicnews.shtml;")
}

with(milonic=new menuname("mornings")){
style=menuStyle;
overflow="scroll";
itemwidth="150";
aI("text=Morning Show Blog;url=http://www.craigandheathershow.com;")
}



with(milonic=new menuname("photos")){
style=menuStyle;
overflow="scroll";
itemwidth="150";
aI("text=KXOJ on Flickr;url=http://www.flickr.com/photos/kxoj/sets;")
aI("text=Photos Archives;url=/scrapbook;")
aI("text=Submit a Photo;url=mailto:photos@kxoj.com;")
}

with(milonic=new menuname("music")){
style=menuStyle;
overflow="scroll";
itemwidth="150";
aI("text=Recent Songs;url=http://kxoj.com/pages/studio/songsearch.shtml;")
aI("text=Lyrics;url=http://kxoj.com/pages/studio/songsearch.shtml;")
}


with(milonic=new menuname("Churches")){
style=menuStyle;
alignment="left";
itemwidth="100";
aI("text=Church builder;url=http://www.kxoj.com/churchbuilder/cotw/index.shtml;")
}

with(milonic=new menuname("aboutus")){
style=menuStyle;
alignment="left";
overflow="scroll";
itemwidth="100";
aI("text=Contact;url=http://www.kxoj.com/pages/about/contact.shtml;")
aI("text=History;url=/pages/about/history.shtml;")
aI("text=Jobs;url=http://www.kxoj.com/pages/about/jobs.shtml;")
aI("text=EEOC Reports;url=http://www.kxoj.com/eeoc/;")
}

with(milonic=new menuname("djstaff")){
style=menuStyle;
alignment="left";
overflow="scroll";
itemwidth="100";
aI("text=Craig & Heather;url=http://www.craigandheathershow.com;")
}

with(milonic=new menuname("morning")){
style=menuStyle;
overflow="scroll";
itemwidth="150";
aI("text=Morning Show Blog;url=http://www.craigandheathershow.com;")
aI("text=Heather's Cookbook;url=/cookbook;")
}

with(milonic=new menuname("events")){
style=menuStyle;
overflow="scroll";
itemwidth="150";
aI("text=Rockets Over Rhema;url=/ror;")
aI("text=Calendar;url=/calendar/;")
aI("text=Contests;url=/pages/contests/;")
aI("text=Concerts;url=/pages/concerts/index.shtml;")
aI("text=Scrapbook;url=/scrapbook;")
}

with(milonic=new menuname("listen")){
style=menuStyle;
overflow="scroll";
itemwidth="150";
aI("text=Listen Now;url=JavaScript: openplayer('kxoj-fm');")
aI("text=Listen on your phone;url=http://www.kxoj.com/pages/studio/ilisten.shtml;")
aI("text=Help Page;url=http://www.kxoj.com/pages/studio/streaming.shtml;")
}


drawMenus();
