


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#BEBA9D";
oncolor="#000000";
offbgcolor="#D8D7CD";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="js/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("things")){
style=menuStyle;
overflow="scroll";
aI("text=Calendar of Events;url=/pdf/Events.pdf;");
aI("text=Attractions;url=/attractions.shtml;");
aI("text=Activities;url=/activities.shtml;");
aI("text=Seasonal Fun;url=/seasonal.shtml;");
aI("text=Dining;url=/dining.shtml;");
aI("text=Shopping;url=/shopping.shtml;");
aI("text=Itineraries & Tours;url=/iten.shtml;");
}

with(milonic=new menuname("accomodations")){
style=menuStyle;
aI("text=Motels;url=/motels.shtml;");
aI("text=B&B's;url=/bb.shtml;");
aI("text=RV Parks & Camping;url=/rv.shtml;");
}


with(milonic=new menuname("lifestyle")){
style=menuStyle;
aI("text=City of Athens;url=http://www.athenstexas.us/;");
aI("text=Arts and Education;showmenu=subarts;");
aI("text=Henderson County;url=http://www.co.henderson.tx.us/;");
aI("text=Henderson County Appraisal District;url=http://www.hendersoncad.org/;");
aI("text=Athens Chamber of Commerce;url=http://athenscc.org");
aI("text=Athens Economic Development;url=http://www.athensedc.com/;");
aI("text=Demographics (PDF);url=http://www.athenscc.org/pdf/demographics.pdf;");
aI("text=AVIP Open Meeting Agendas;url=/agendas.shtml;");
aI("text=Request a relocation packet;url=mailto:info@athenscc.org?cc=cvb@athenstx.org&subject=Please send me an Athens Relocation Packet;");
aI("text=Local Media;showmenu=submedia;");
aI("text=Area Churches;url=/churches.shtml;");
aI("text=Health Care;showmenu=subhealth;");
aI("text=Community Organizations;url=/communityorgs.shtml;");
aI("text=Just for Retirees;url=/retirees.shtml;");
aI("text=Emergency Preparedness;url=http://www.tacvbemergency.net;");
}

with(milonic=new menuname("subcity")){
style=menuStyle;
aI("text=City Government;url=http://www.athenstexas.us;");
aI("text=Community Calendar;url=http://www.athens-texas.us/calendar/calendar.php;");
aI("text=Police Department;url=/police.shtml;");
aI("text=Fire Department;url=/police.shtml;");
aI("text=Public Works;url=/modules.php?name=Content&pa=showpage&pid=23;");
}

with(milonic=new menuname("subcounty")){
style=menuStyle;
aI("text=Henderson County Appraisal District;url=http://www.hendersoncad.org/;");
}

with(milonic=new menuname("subhealth")){
style=menuStyle;
aI("text=ETMC Athens;url=http://athens.etmc.org/;");
aI("text=Trinity Mother Frances;url=http://www.tmfhs.org/;");
aI("text=Andrew's Center;url=http://www.andrewscenter.com/;");
}

with(milonic=new menuname("subchamber")){
style=menuStyle;
aI("text=Request a relocation packet;url=mailto:mary@athenscc.org?bcc=cvb@athenstx.org&subject=Please send me an Athens Relocation Packet;");
}

with(milonic=new menuname("submedia")){
style=menuStyle;
aI("text=Suddenlink;url=http://www.suddenlink.com;");
aI("text=Newspaper;url=http://athensreview.com;");
aI("text=Radio;showmenu=subradio;");
}

with(milonic=new menuname("subradio")){
style=menuStyle;
aI("text=KYYK;url=http://www.kyyk.com;");
aI("text=KCKL;url=http://www.kcklfm.com;");
aI("text=KLVQ;url=http://www.klvqam.com;");
}

with(milonic=new menuname("subarts")){
style=menuStyle;
aI("text=Henderson County Performing Arts;url=http://www.hcpac.org/;");
aI("text=Athens ISD;url=http://www.athensisd.net/;");
aI("text=Trinity Valley Community College;showmenu=subtvcc;");
aI("text=Private and Parochial Schools;url=/schools.shtml;");
aI("text=Henderson Co. Public Library;url=http://www.co.henderson.tx.us/ips/cms/countyoffices/ClintWMurchisonLibrary;");
}

with(milonic=new menuname("subtvcc")){
style=menuStyle;
aI("text=TVCC Main Page;url=http://www.tvcc.edu;");
aI("text=TVCC Theatre Department;url=http://www.trinityvalleytheatre.com;");
}


with(milonic=new menuname("history")){
style=menuStyle;
aI("text=The History of the Black-Eyed Pea;url=/history.shtml#bep;");
aI("text=Brief History of Athens, Texas;url=/history.shtml#athens;");
aI("text=Brief History of Henderson County;url=/history.shtml#henderson;");
aI("text=The History of the Hamburger;url=http://hamburgerhome.com/tolbert.shtml;");
aI("text=Once upon a time in Athens...;url=/onceuponatime.shtml;");
}

drawMenus();

