_menuCloseDelay=100           // 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=50                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-1           // 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="#e3e3e3";
oncolor="black";
offbgcolor="#1371A1";
offcolor="white";

bordercolor="#296488";
borderstyle="solid";
borderwidth=1;

separatorcolor="#4F8EB6";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="white";
headerbgcolor="#ffffff";
subimage="http://www.texaslodging.com/scripts/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=120, Strength=1)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=143;
left=1;
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=http://www.texaslodging.com;status=Back To Home Page;");
aI("text=Trip Planning;url=http://www.texaslodging.com/hotel/wheretostay.asp;showmenu=Trip;");
aI("text=TH&LA Member Resources &nbsp;url=http://www.texaslodging.com/membersonly/login.asp;showmenu=Member;");
aI("text=Endorsed Vendors;url=http://www.texaslodging.com/endorsed/endorsed.asp;showmenu=Endorsed;");
aI("text=Buyers Guide;url=http://www.texaslodging.com/membersonly/buyersguide/index.asp?searchopt=PRODDESC;showmenu=Buyers;");
aI("text=Join TH&LA;url=http://www.texaslodging.com/join/index.asp ;showmenu=Join;");
aI("text=TH&LA Job Bank;url=http://www.Hcareers.com/cjb/sma/tx;target=true; showmenu=Job;");
}

with(milonic=new menuname("Trip")){
style=menuStyle;
overflow="scroll";
aI("text=Search For Lodging;url=http://www.texaslodging.com/hotel/wheretostay.asp;status=Search for Lodging;");
aI("text=Travel Tex;url=http://www.traveltex.com/;target=true");
aI("text=Tour Texas;url=http://www.tourtexas.com/;target=true");
aI("text=Traveler Safety Tips;url=http://www.texaslodging.com/TravelTex/traveltips.asp;");
}

with(milonic=new menuname("Member")){
style=menuStyle;
aI("text=Legislative Issues/Legal Q&A's;url=http://www.texaslodging.com/membersonly/toc.asp?st=1;");
aI("text=TH&LA Newsletters;url=http://www.texaslodging.com/membersonly/industryupdate/?st=1;");
aI("text=H.O.T Laws;url=http://www.texaslodging.com/membersonly/hottopic.asp?st=1;");
aI("text=Lending Library;url=http://www.texaslodging.com/membersonly/libinst.asp?st=1;");
aI("text=Calendar of Events;url=http://www.texaslodging.com/membersonly/calendarevents;");
aI("text=Local Hotel Associations;url=http://www.texaslodging.com/membersonly/local.asp;");
aI("text=Internet Listing Form;url=http://www.texaslodging.com/admin/login.asp;target=true");
aI("text=Pay Dues With Credit Card;url=http://www.texaslodging.com/membersonly/THLA_Recurring_Credit_Card_App.pdf;");
}

// Endorsed Vendors data here

with(milonic=new menuname("Endorsed")){
style=menuStyle;
aI("text=Discounted Electricity;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=9;");
aI("text=American Express;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=15;");
aI("text=Property Liability/Casualty Insurance;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=10;");
aI("text=Worker's Compensation;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=12;");
aI("text=Credit Card/Check Processing;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=22;");
aI("text=Lodging Industry Trends;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=20;");
aI("text=Job Bank;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=16;");
aI("text=Office Products;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=17;");
aI("text=American Hotel & Lodging Association;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=18;");
aI("text=Shipping;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=19;");
aI("text=Employee / Healthcare Benefits;url=http://www.texaslodging.com/endorsed/endorseddetails.asp?vendorid=21;");
}

// end Endorsed Vendors data

with(milonic=new menuname("Buyers")){
style=menuStyle;
aI("text=Search By Product/Service;url=http://www.texaslodging.com/membersonly/buyersguide/index.asp?searchopt=PRODDESC;");
aI("text=Search By Company;url=http://www.texaslodging.com/membersonly/buyersguide/index.asp?searchopt=MName;");
}

with(milonic=new menuname("Join")){
style=menuStyle;
aI("text=Individual Property Membership;url=http://www.texaslodging.com/join/benefits.asp;");
aI("text=Vendor Membership;url=http://www.texaslodging.com/join/alliedmembership.asp;");
aI("text=Tourism Partner Membership;url=http://www.texaslodging.com/join/affiliatemembership.asp;");
aI("text=Brand/Company Management Membership;url=http://www.texaslodging.com/join/index.asp");
}

with(milonic=new menuname("Job")){
}

drawMenus();

