var MENU_ITEMS_XP = [

		[wrap_root('Home'), 'index.html', {'sw' : 67},
        ],
		
        [wrap_root('Conference Info'), null, {'sw' : 139 },
        	[wrap_parent('Preliminary Program', ''), 'javascript:;', null,
					//[wrap_child('Final Program <img src=/images/pdf.gif align=absbottom>', ''), '/meetings/Anchorage2009/doc/NewOrleansFP.pdf'],
					[wrap_child('Program-at-a-Glance <img src=/images/pdf.gif align=absbottom>', ''), '/meetings/Anchorage2009/pdfs/ak-prog-at-a-glance.pdf'],
					//[wrap_child('Sessions-at-a-Glance by Track <img src=/images/pdf.gif align=absbottom>', ''), '/meetings/Anchorage2009/doc/sessions_by_track.pdf'],
					[wrap_child('Oral Sessions', ''), '/meetings/Anchorage2009/oral.html'],
					[wrap_child('Plenary Session', ''), '/meetings/Anchorage2009/plenary.html'],
					[wrap_child('Poster Sessions', ''), '/meetings/Anchorage2009/posters.html']
         	],
			[wrap_child('Planning Committee', ''), '/meetings/Anchorage2009/committee.html', {'tt' : 'Planning Committee', 'sb' : 'Planning Committee'}],
			[wrap_child('Sponsors', ''), '/meetings/Anchorage2009/sponsors.html', {'tt' : 'Sponsors', 'sb' : 'Sponsors'}],
			[wrap_child('CEU Credits', ''), '/meetings/Anchorage2009/ceu.html', {'tt' : 'CEU Credits', 'sb' : 'CEU Credits'}],
			[wrap_child('Future Meetings', ''), '/meetings/Anchorage2009/future.html', {'tt' : 'Future Meetings', 'sb' : 'Future Meetings'}]        
        ],
		
		[wrap_root('Presenters'), '/meetings/Anchorage2009/presenters.html', {'sw' : 100},
        ],
        
		[wrap_root('Registration'), '/meetings/Anchorage2009/registration.html', {'sw' : 112},
        ],
		
        [wrap_root('Exhibitors'),'/meetings/Anchorage2009/exhibitors.html', {'sw' : 100},
        ],
		
        [wrap_root('Events'), null, {'sw' : 80 },
				   
		[wrap_parent('Special Events', ''), '/meetings/Anchorage2009/events.html', null,
					//[wrap_child('Field Trip', ''), '/meetings/Anchorage2009/fieldtrip.html'],
					[wrap_child('Opening Reception', ''), '/meetings/Anchorage2009/events.html'],
					[wrap_child('AWRA Fun Run', ''), '/meetings/Anchorage2009/events.html#funrun'],
					[wrap_child('Dutch Treat Dine-Around', ''), '/meetings/Anchorage2009/events.html#dinearound'],
					[wrap_child('Conference Awards Luncheon', ''), '/meetings/Anchorage2009/events.html#luncheon'],
		],
					
			[wrap_parent('Workshops', ''), '/meetings/Anchorage2009/workshops.html', null,
						 [wrap_child('Hydrologic Data', ''), '/meetings/Anchorage2009/workshops.html#ws1', {'tt' : 'Workshop 1', 'sb' : 'Workshop 1'}],
						 [wrap_child('Current GIS Technologies', ''), '/meetings/Anchorage2009/workshops.html#ws2', {'tt' : 'Workshop 1', 'sb' : 'Workshop 2'}],
						 ],
			[wrap_child('Field Trip', ''), '/meetings/Anchorage2009/fieldtrip.html', {'tt' : 'Field Trip', 'sb' : 'Field Trip'}],
			[wrap_child('Self-Guided Trips', ''), 'http://www.awra.org/state/alaska/2008/self_guided.html', {'tt' : 'Self-Guided Trips', 'sb' : 'Self-Guided Trips'}],
			//[wrap_child('Field Trip', ''), '/meetings/Anchorage2009/fieldtrip.html', {'tt' : 'Field Trips', 'sb' : 'Field Trips'}],
		],

        [wrap_root('Hotel/Travel'), '/meetings/Anchorage2009/travel.html', {'sw' : 107},
        ],
		
		[wrap_root('Help'), '/meetings/Anchorage2009/help.html', {'sw' : 62},
        ],

];

function wrap_parent (text,icon) {
	return [['<table cellpadding=0 cellspacing=0 border=0 width=100% height=22><tr><td width=100% class=override2>&nbsp; ', text, '</td><td><img src=/images/arr.gif width=4 height=7 align="middle" align=absmiddle hspace=3></td></tr></table>'].join(''),
	['<table cellpadding=0 cellspacing=0 border=0 width=100% height=22><tr><td width=100% class=override2>&nbsp; ', text, '</td><td><img src=/images/arr.gif width=4 height=7 align="middle" align=absmiddle hspace=3></td></tr></table>'].join(''),
	['<table cellpadding=0 cellspacing=0 border=0 width=100% height=22><tr><td width=100% class=override2>&nbsp; ', text, '</td><td><img src=/images/arr.gif width=4 height=7 align="middle" align=absmiddle hspace=3></td></tr></table>'].join('')
	];
}

function wrap_child (text,icon) {
	return [['<table cellpadding=0 cellspacing=0 border=0 width=100% height=22><tr><td class=override2>&nbsp; ', text, '</td></tr></table>'].join(''),
	['<table cellpadding=0 cellspacing=0 border=0 width=100% height=22><tr><td width=100% class=override2>&nbsp; ', text, '</td></tr></table>'].join(''),
	['<table cellpadding=0 cellspacing=0 border=0 width=100% height=22><tr><td width=100% class=override2>&nbsp; ', text, '</td></tr></table>'].join('')
	];
}

function wrap_root (text) {
	return [
	'<table cellpadding=0 cellspacing=0 border=0 width=100% height=20><tr><td width=100% align="center" class=override2>&nbsp; ' + text + ' &nbsp;</td></tr></table>',
	'<table cellpadding=0 cellspacing=0 border=0 width=100% height=20><tr><td width=100% align="center" class=override2>&nbsp; ' + text + ' &nbsp;</td></tr></table>',
	'<table cellpadding=0 cellspacing=0 border=0 width=100% height=20><tr><td width=100% align="center" class=override2>&nbsp; ' + text + ' &nbsp;</td></tr></table>'
	];
}

