_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="#F0F7FF";
oncolor="#266290";
offbgcolor="#C5E3FB";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
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="150";
aI("text=Meet the DJ's;showmenu=djstaff;")
aI("text=What's that song?;url=http://www.warm1013.com/onair/last10.shtml;")
aI("text=Features;url=/onair/features.shtml ;")
aI("text=Program Schedule;url=/onair/program-schedule.shtml;")
}

with(milonic=new menuname("contests")){
style=menuStyle;
overflow="scroll";
itemwidth="100";
aI("text=On-Air Contests;url=/contests/on-air-contests.shtml;")
aI("text=Calendar;url=/calendar/;")
aI("text=Online Contests;url=/contests/online-contests.shtml;")
aI("text=V.I.P. Club;url=/contests/warm-1013s-vip-club.shtml;")
}

with(milonic=new menuname("mornings")){
style=menuStyle;
overflow="scroll";
itemwidth="150";
aI("text=Morning Show Page;url=/blog/;")
aI("text=Tony Infantino;url=/onair/tony-infantino.shtml;")
aI("text=Kristie Credit;url=/onair/kristie-credit.shtml;")
aI("text=Pat McGonigle;url=/onair/pat-mcgonigle.shtml;")
}



with(milonic=new menuname("events")){
style=menuStyle;
overflow="scroll";
itemwidth="100";
aI("text=Menu Item;url=/contests/;")
aI("text=Menu Item;url=/contests/;")
aI("text=Menu Item;url=/contests/;")
aI("text=Menu Item;url=/contests/;")
}


with(milonic=new menuname("aboutus")){
style=menuStyle;
alignment="left";
overflow="scroll";
itemwidth="100";
aI("text=How to pick up a prize;url=/about/location.shtml;")
aI("text=What's Your Number?;url=/about/whats-your-number.shtml;")
aI("text=Contact The Morning Show;url=/about/contact-wake-up-with-tony.shtml;")
aI("text=Contact Programming;url=/about/contact-programming.shtml;")
aI("text=Station Information;url=/about/index.shtml;")
}

with(milonic=new menuname("djstaff")){
style=menuStyle;
alignment="left";
overflow="scroll";
itemwidth="100";
aI("text=Tony Infantino;url=/onair/tony-infantino.shtml;")
aI("text=Kristie Credit;url=/onair/kristie-credit.shtml;")
aI("text=Pat McGonigle;url=/onair/pat-mcgonigle.shtml;")
aI("text=Kevin Gillan;url=/onair/kevin-gillan.shtml;")
aI("text=John Tesh;url=http://www.tesh.com/ittrium/visit?path=A1x97x1y1xa5x1x76y1x3e70x1x65;")
aI("text=Miss Beth;url=/onair/miss-beth.shtml;")
}
drawMenus();