/* 
				<<< MENU ITEMS DEFINITION RULES >>>
				
- any menu item is defined as array (starts with '[' and ends with ']' with
	comma delimited fields)
- first field is item's text to display. you can put any html here (tables,
	images etc.) this field may be array with three items: menu text in
	normal state, menu text to display when mouse pointer over item and
	menu text to display when mouse key is pressen on item. any thml is
	allowed for all states too
- second field is item's link (this text is printed into anchors href attribute
	so you may put here not only urls, but mailto: javascript: or anything else
	that ok for href). Put here null if you don't want any onclick event for
	the item
- third field is array (starts with '[' and ends with ']') containing overriding 
	sizes for item in format [left, top, width, height]. If item should have
	standard sizes and position put null in place of array. If item should have
	some paremeters overridden put null's in place of others. left and top are
	distances in pixels from origin point. origin point is upper left corner of
	parent item if given item is first on this level of upper left corner of
	previous item on the same level in other case
- rest of attributes are child items defined according to the same rules.
	if item has no child items just close its array here - no nulls required.
	normally last item should not have comma at the end, but here they are
	ok since script ignores them

				<<< ADDITIONALLY >>>
				
- remove these instructions and save them in some file for future references
	when you finished with setup. this is not to overload your visitors with
	data they don't need
- you may put items definition in your html inserting it into <script> tag
	if you wish less files. but leave things as they are if you have menu
	with same items on more than one pages. This file will be cashed after
	first page and will not for others saving network resources and visitors
	time.
- if you going to wrap items text into html it is better idea to write wrapper
	functions than repeating html in structure for items with similar formatting.
	function may look like:
		function wrap1 (text) { return ('<center>' + text + '</center>'); }
	then it may be used in structure like this:
		[wrap1('centered text'), 'http://...', null]



	
*/

var MENU_ITEMS = [
	['<img src=/images/gold_arrow.gif align=middle> Date', '/itinerary.htm', [null,null,49,null],
				

			//[' &nbsp;July 13 - 20, 2008 ', '/itinerary-0713_08.htm', null],
			//[' &nbsp;August 17 - 24, 2008 ', '/itinerary-0817_08.htm', null],
			//[' &nbsp;September 7 - 19, 2008 ', '/itinerary-0907_08.htm', null],
			//[' &nbsp;March 15 - 22, 2009 ', '/itinerary-0315_09.htm', null],
			//[' &nbsp;April 4 - 19, 2009 ', '/itinerary-0404_09.htm', null],
			//[' &nbsp;July 5 - 12, 2009 ', '/itinerary-0705_09.htm', null],
			//[' &nbsp;August 2 - 9, 2009 ', '/itinerary-0802_09.htm', null],
			//[' &nbsp;August 21 - September 4, 2009 ', '/itinerary-0821_09.htm', null],
			//[' &nbsp;September 19 – October 3, 2009 ', '/itinerary-0919_09.htm', null],
			//[' &nbsp;July 10 – 17, 2010 ', '/itinerary-0610_10.htm', null],
			//[' &nbsp;August 6-16, 2010 ', '/itinerary-0806_10.htm', null],
			[' &nbsp;October 12-23, 2010 ', '/itinerary-2407_09.htm', null],
			[' &nbsp;Feb 12 – Mar 2, 2011 ', '/itinerary-0212_11.htm', null],
			[' &nbsp;March 12-19, 2011 ', '/itinerary-0312_11.htm', null],
			[' &nbsp;August 2-14, 2011 ', '/itinerary-0802_11.htm', null],
			[' &nbsp;August 21-28, 2011 ', '/itinerary-0821_11.htm', null],
			<!--[' &nbsp;Sept 27 - Oct 9, 2011 ', '/itinerary-0927_11.htm', null],-->


			
	],
	['<img src=/images/gold_arrow.gif align=middle> Destinations', '/itinerary.htm', [60,null,300,null],
	 		
			//[' &nbsp;Alaska', '/departures_alaska.htm', null],
			//[' &nbsp;Mediterranean', '/departures_mediterranean.htm', null],
			//[' &nbsp;Western Caribbean', '/departures_western_caribbean.htm', null],
			//[' &nbsp;China', '/departures_china.htm', null],
			//[' &nbsp;Alaska', '/departures_alaska.htm', null],
			//[' &nbsp;Mediterranean', '/departures_mediterranean.htm', null],
			[' &nbsp;Tahiti', '/departures_tahiti.htm', null],
			[' &nbsp;Africa', '/departures_africa.htm', null],
			[' &nbsp;Caribbean', '/departures_caribbean.htm', null],
			[' &nbsp;Baltic', '/departures_baltic.htm', null],
			[' &nbsp;Alaska', '/departures_alaska.htm', null],
			<!--[' &nbsp;Europe', '/departures_europe.htm', null],-->
			
	],	
	['<img src=/images/gold_arrow.gif align=middle> Topic', '/itinerary.htm', [100,null,300,null],
			

			//[' &nbsp;Pain Management Update 2008', '/itinerary-0713_08.htm', null],
			//[' &nbsp;Chronic Disease Management Update 2008', '/itinerary-0817_08.htm', null],
			//[' &nbsp;CAPIH Conference', '/itinerary-0907_08.htm', null],
			//[' &nbsp;Diabetes/Endocrinology Update 2009', '/itinerary-0315_09.htm', null],
			//[' &nbsp;Pain Management Update 2009', '/itinerary-0404_09.htm', null],
			//[' &nbsp;Topic TBA', '/itinerary-0705_09.htm', null],
			//[' &nbsp;Cardiology Update 2009', '/itinerary-0802_09.htm', null],
			//[' &nbsp;Cardiology Update 2009', '/itinerary-0821_09.htm', null],
			//[' &nbsp;Women’s Health Update 2009', '/itinerary-0919_09.htm', null],
			[' &nbsp;Pain Management Update 2010', '/itinerary-2407_09.htm', null],
			[' &nbsp;Cardiology & Pain Management Update 2010', '/itinerary-0212_11.htm', null],
			[' &nbsp;Case Studies in Medicine', '/itinerary-0312_11.htm', null],
			[' &nbsp;Obesity Update 2011', '/itinerary-0802_11.htm', null],
			[' &nbsp;Chronic Diseases Management Update 2011', '/itinerary-0821_11.htm', null],
			<!--[' &nbsp;Diabetes/Endocrinology Update 2011', '/itinerary-0927_11.htm', null],-->
			
			

			
	],

	['<img src=/images/gold_arrow.gif align=middle> Past Sailings', '#', [60,null,300,null],
			
			[' &nbsp;2010', '/2010_past_departures.htm', null,],
			[' &nbsp;2009', '/2009_past_departures.htm', null,],
			[' &nbsp;2008', '/2008_past_departures.htm', null,],
			[' &nbsp;2007', '/2007_past_departures.htm', null,],
			[' &nbsp;2006', '/2006_past_departures.htm', null,],
			[' &nbsp;2005', '/2005_departures.htm', null,],
				

			
	],
	
];
