// JavaScript Document
with(milonic=new menuname("Main Menu")){
	style=menuStyle;
	//top=75;
	//left=150;
	alwaysvisible=1;
	orientation="horizontal";
	position="relative";
	aI("text=Home;url=/index.htm;status=Back To MEARS Home Page");
	aI("text=Company;url=/Company.htm;showmenu=Company;status=MEARS Company Information");
	aI("text=Services;url=/Services.htm;showmenu=Services;status=MEARS Services!");
	aI("text=Why MEARS?;url=/WhyMears.htm;status=Why use MEARS?");
	aI("text=Reservations;url=https://secure.mearstransportation.com/Default.asp;status=Make a Reservation NOW!");
	aI("text=Travel Agents;url=https://secure.mearstransportation.com/AgentLogin.asp;status=Travel Agent Log-In");
	aI("text=Our Fleet;url=/OurFleet.htm;status=The MEARS Fleet");
	aI("text=Attraction Tickets;url=/disney.asp;status=Purchase Attractions Tickets");
	aI("text=Wholesalers;url=/portal.asp;status=Wholesale Reservation Management");
	aI("text=Contact Us;url=/ContactUs.htm;status=Contact MEARS");
}
drawMenus();