


_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="#264190";
separatorsize="0";
padding=4;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="arial";
}


with(menuStyle=new mm_style()){
bordercolor="#25418F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#25418F";
separatorsize="1";
menubgimage="http://www.cornerstoneradio.com/images/menu/menubg.gif";
padding=3;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#264190";
pagebgcolor="#B6A184";
headercolor="#FFFF00";
headerbgcolor="#ffffff";
subimage="http://www.wcqr.org/content/navigation/menu/arrow.gif";
subimagepadding="2";
overfilter="Blinds(blind=1, direction='Down', duration=0.3)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Studio")){
style=menuStyle;
overflow="scroll";
itemwidth=90;
aI("text=Listen Live;url=http://www.895ktsy.org/pages/news/listenlive.shtml;")
aI("text=Mornings with Chris & Michelle;url=/morningshow/;")
aI("text=Afternoons with Travis;url=/travis/;")
aI("text=Manager's Memos;url=/managersmemo/;")
aI("text=Chaplain Brian;url=/chaplainblog/;")
aI("text=Programs You Hear;url=/pages/onair/programs.shtml;")
aI("text=Music You Hear;url=/pages/onair/music.shtml;")
aI("text=Impact Partners;url=/pages/onair/partners.shtml;")
}


with(milonic=new menuname("Events")){
style=menuStyle;
alignment="left";
itemwidth=90;
aI("text=Calendar;url=/calendar/events/")
aI("text=Submit an Event;url=/calendar/events/index.php?com=submit;")
aI("text=Concerts;url=/pages/events/index.shtml;")
aI("text=Photo Galleries;url=/gallery/;")
}



with(milonic=new menuname("Community")){
style=menuStyle;
itemwidth=90;
aI("text=Local Organizations;url=/pages/community/local.shtml;")
aI("text=Artist Info;url=/pages/onair/artistlinks.shtml;")
aI("text=KTSY Dream Team;url=/pages/community/become_volunteer.shtml;")
aI("text=Prayer Requests;url=/pages/community/prayerrequests.shtml;")
}

with(milonic=new menuname("Give")){
style=menuStyle;
alignment="left";
itemwidth=90;
aI("text=Donate to the Ministry;url=/pages/give/donate.shtml;")
aI("text=Become an Impact Partner;url=/pages/give/become_impact_partner.shtml;")
aI("text=Financial Information;url=/pages/about/policies_financial.shtml;")
aI("text=Volunteer;url=/pages/community/become_volunteer.shtml;")
}

with(milonic=new menuname("Aboutus")){
style=menuStyle;
alignment="left";
itemwidth=90;
aI("text=Who we are;url=/pages/about/who_we_are.shtml;")
aI("text=Meet the Staff;url=/pages/about/staff/index.shtml;")
aI("text=Financial Policies;url=/pages/about/policies_financial.shtml;")
aI("text=Contact KTSY;url=/pages/news/contact_us.shtml;")

}

with(milonic=new menuname("Contact")){
style=menuStyle;
alignment="left";
itemwidth=80;
overflow="scroll";
aI("text=Contact KTSY;url=/pages/news/contact_us.shtml;")
aI("text=Contact Webmaster;url=/pages/news/contact_webmaster.shtml;")
}

drawMenus();