// THIS IS WHERE YOU SET WHAT BECOMES A SUBNAV ITEM -- OK TO EDIT ME
// CoachUSA Corporate Arrays

//Scheduled Services
HM_Array1 = [
[130,      // menu width
"getLeft()",       // left_position
95,        // top_position
],         // display_on_click
["Schedules &amp; Tickets","/centralcab/ss.tickets.asp",1,0,0],
["Casino Trips","/centralcab/ss.casino.asp",1,0,0],
["Why use the bus","/info/centralcab/ss.whythebus.asp",1,0,0],
]

// City Sightseeing
HM_Array2 = [
[130, // menu width
"getLeft()",       // left_position
95,        // top_position
],         // display_on_click
["Locations","/cs.locations.asp",1,0,0],
]
	
// Tour Services
HM_Array3 = [
[130,      // menu width
"getLeft()",       // left_position
95,        // top_position
],         // display_on_click
["Search All Tours","/centralcab/booking.asp?action=TourSearch&regionId=12&productType=TRP&pCoFilter=21",1,0,0],
["Search &amp; Buy","/centralcab/ts.buy.asp",1,0,0],
["Casino Tours","/centralcab/ts.casino.asp",1,0,0],
["One Day Tours","/centralcab/ts.daytours.asp",1,0,0],
["Multi Day Tours","/centralcab/ts.multidaytours.asp",1,0,0],
["Why Travel with Us","/info/centralcab/ts.travelwithus.asp",1,0,0],
["Tips for Travelers","/info/centralcab/ts.tips.asp",1,0,0],
["Custom Group Tours","/centralcab/ts.customtours.asp",1,0,0],
]	

// Activities & Events
HM_Array4 = [
[130,      // menu width
"getLeft()",       // left_position
95,        // top_position
],         // display_on_click
["Get a Quote","/centralcab/chs.quote.asp",1,0,0],
["Tips &amp; Info","/info/centralcab/chs.tips.asp",1,0,0],
["Our Vehicles","/info/centralcab/chs.vehicles.asp",1,0,0],
["Weddings","/info/centralcab/chs.weddings.asp",1,0,0],
["Corporate Events","/info/centralcab/chs.corporate.asp",1,0,0],
["Reunions","/info/centralcab/chs.reunions.asp",1,0,0],
["Senior Clubs","/info/centralcab/chs.seniorclubs.asp",1,0,0],
["Church Groups","/info/centralcab/chs.church.asp",1,0,0],
["Schools / Colleges","/info/centralcab/chs.schools.asp",1,0,0],
["Sports Teams","/info/centralcab/chs.sports.asp",1,0,0],
]

	








