// items structure/ URL: http://www.javascript-menu.com
// Tech. Support: http://www.softcomplex.com/forum/forumdisplay_29
// Notes: This script is free. Visit official site for further details.
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Limo Services', null, null,
		// this is how item scope settings are defined
		['MORE about', 'http://www.miamilimo.pro/more/index.html'],
		// this is how multiple item scope settings are defined
		['SEAPORT transfer', 'http://www.miamilimo.pro/more/seaport.html'],
		['AIRPORT transfer', 'http://www.miamilimo.pro/more/airport.html'],
		['CORPORATE transfer', 'http://www.miamilimo.pro/more/corporate.html'],
		['WEDDINGS limo service', 'http://www.miamilimo.pro/more/weddings.html'],
		['SHOPPING limo service', 'http://www.miamilimo.pro/more/shopping.html'],
		['PROMS/HOMECOMINGS', 'http://www.miamilimo.pro/more/proms_homecoming.html'],
		['MIAMI ATTRACTIONS', 'http://www.miamilimo.pro/more/attractions.html'],
	],
	['Vehicle Choices', null, null,
		['Vehicle Choices SHOW', 'http://www.miamilimo.pro/vehicles/vehicles.html'],
		['Florida limo RATES', 'http://www.miamilimo.pro/rates/rates.html'],
	],
	['Reservation', null, null,
		['REQUEST FORM', 'http://www.miamilimo.pro/request/request.html'],
		['TERMS & CONDITIONS', 'http://www.miamilimo.pro/polices/miami_limo_TERMS%20AND%20CONDITIONS.pdf', {'tw':'_blank'}],
		['Proms-REGULATIONS', 'http://www.miamilimo.pro/more/proms-homecomings.pdf', {'tw':'_blank'}],
		['CCV2-Informations', 'http://www.miamilimo.pro/polices/CVV2%20Information.htm', {'tw':'_blank'}],
	],
	['INFO pages', null, null,
		['Miami-NEWEST EVENTS ', 'http://www.limomiami.info/', {'tw':'_blank'}],
		['Cities/Ships we serve', 'http://www.miamilimo.pro/cities/cities.html'],
		['Hlepful Instructions', 'http://www.miamilimo.pro/help/help.html'],
		['Llist of our CLIENTS', 'http://www.miamilimo.pro/clients/clients.html'],
		['CONTACT US', 'http://www.miamilimo.pro/contacts/contact.html'],
		['Google-ABOUT US', 'http://maps.google.com/maps?hl=en&ie=UTF-8&q=Miami+limo&fb=1&view=text&latlng=2222410335658633680&dtab=0&oi=&sa=X&ei=RIseSdagG4bw2gLHhfzyBg', {'tw':'_blank'}],
		['Yahoo!-ABOUT US', 'http://local.yahoo.com/info-40530696-miami-premier-limo-miami?csz=Miami%2C+FL+33184', {'tw':'_blank'}],
	],
	['Partner Services', null, null,
		['Tour Guide', 'http://www.miamitourguide.net/'],
		['Considerable Savings', 'http://www.integritycircleconsulting.com/'],
		['Long distance phone club', 'http://www.sellone.us/Cheap_phone_rates.html'],
		['Boca Raton service', 'http://www.bocalimo.us/'],
		['Fort Lauderdale', 'http://www.globallimousine.net/'],
		['Miami Hotels Limo', 'http://www.miamihotelslimo.com/'],
		['Cruise Limousines', 'http://www.cruiselimousines.com/'],
	],
	['MiamiLimo.PRO', 'http://www.miamilimo.pro/index.html']
];

