// 1-8-2005 to get a menu and header that works in 800X600, 1-15-05 no tooltips for the time being
// V1
// special events added 1-18-2005 cbu, 2-5-05 poker
//
with(milonic=new menuname("Main Menu")){
style=menuStyle;
// screenposition="center";
// top=85; // was 10 zct
// left=375; // was 10 zct

alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=http://www.zct.org/;status=Back To ZCT Home Page;");
aI("text=Site<br>Map</br>;url=http://www.zct.org/ZCT-sitemap.htm");
aI("text=Sign-up for<br><strong>ZCT-News</strong></br>;url=http://www.zct.org/ZCT_NEWS_mailing_list.htm");
//aI("text=UPDATE<br><strong><i>16th Angel<br>Tree Benefit</i></strong></br>;url=http://www.zct.org/0607productions/AT16.HTM;");
//aI("text=One Star</br>Video;showmenu=OneStar;");
//aI("text=Now Playing<br><strong><i>The Lion in Winter<br>Jan. 25-27, Feb. 1-3, 2008</i></br>;url=http://www.zct.org/0708productions/The_Lion_In_Winter.htm;");
aI("text=<strong>Group rates <br>for 10 or more</strong>;url=http://www.zct.org/ZCT_Group_Rates.htm;");
//aI("text=<strong>Now Playing<br><i>The Complete Works <br>of William Shakespeare</i><br)(abridged)<br>May 16-25, 2008</strong>;url=http://www.zct.org/0708productions/The_Complete_Works_of_William_Shakespeare.htm")
//aI("text=Now Playing<br><strong><i>Something's Afoot<br>March 7-16, 2008</i></br>;url=http://www.zct.org/0708productions//Somethings_Afoot.htm;");
aI("text=Recent Press<br>Times Recorder;showmenu=TLP;");
// aI("text=Now Playing<br><strong><i>The Ladies of the Sacred South<br>Oct. 27-29, Nov. 3-5, 2006 </i></br>;url=http://www.zct.org/0607productions/ladies_aud.htm;");
aI("text=Picture/Forms<br> Gallery-Shows;url=http://www.zct.org/show-pix/category.php;");
//aI("text=<strong>Donations</strong>;url=http://www.zct.org/HVAC1.htm;");
//aI("text=<strong>Auditions</strong>;url=http://www.zct.org/0708productions/Auditions0708.htm;");
//aI("text=<strong>AUDITIONS<br>Visiting Mr. Green - June 22, 23, 2008 - 7:00pm</strong>;url=http://www.zct.org/0809productions/Visiting_Mr_Green.htm;");
//aI("text=<strong>AUDITIONS<br>Feb. 10, 11, 2008 - 7pm</strong>;url=http://www.zct.org/0708productions/The_Complete_Works_of_William_Shakespeare.htm;")
//aI("text=<strong>Forgotten Voices<br>Women In Bosnia<br>A film by Jennifer Rawlings<br>Feb 27 -8pm</strong>;url=http://www.zct.org/Forgotten_Voices.HTM")
aI("text=<strong>Contact Us</strong>;url=http://www.zct.org/contacts/zzcontact.php;");
//aI("text=<strong><i>The Complete Works <br>of William Shakespeare</i><br)(abridged)<br>May 16-25, 2008</strong>;url=http://www.zct.org/0708productions/The_Complete_Works_of_William_Shakespeare.htm")
//aI("text=<strong><center>Art Contest<br>Master Gardeners<br>of Muskingum County</br></strong></center>;url=http://www.newconcordpress.com/earthtoart/;")
//aI("text=Open Auditions<br>Actors & Tech<br><strong><i>Our Town <br>January 28, 29, 2007 - 7pm </i></strong></br>;url=http://www.zct.org/0607productions/OURTOWN_aud.htm;");
aI("text=About<br>Us</br>;showmenu=AboutUs;");
aI("text=Downloads;showmenu=DownLoads;");
//aI("text=Fundraising<br>Campaigns</br>;showmenu=CapitalDrive;");
aI("text=Community<br>Service</br>;showmenu=Community;");
// aI("text=Patrons and<br>Advertisers</br>;showmenu=Supporters;");
aI("text=Theatre<br>Resources<br>Links of Interest;showmenu=Links;");
// aI("text=Website<br>Tools</br>;showmenu=WebResources;");
}
drawMenus();

