/* 
	http://www.softcomplex.com/products/tigra_tree_menu_pro/docs/#hierarchy
{'tw':'_self'}  =  displaying in same window
{'tw':'_blank'}  =  displaying in new window
['Pop-Up Window', "javascript:popwin('http://www.softcomplex.com')", {'tw':'_self'}],
		['New External Popup', "javascript:popwin('http://WebEFX.net')",  {'i0' : 'menu/icons/ext_link.gif', 'i4' : 'menu/icons/ext_link.gif', 'i8' : 'menu/icons/ext_link.gif', 'i12' : 'menu/icons/ext_link.gif', 'i64' : 'menu/icons/ext_link.gif', 'i68' : 'menu/icons/ext_link.gif', 'i72' : 'menu/icons/ext_link.gif', 'i76' : 'menu/icons/ext_link.gif'}],
*/

var TREE_ITEMS = [

		['HOME PAGE', 'index.htm', {'st':1},

				['Rally Sponsors',    'sponsors.htm', null],
				['Event Schedule',    'events.htm', null],
				['Music Schedule',    'music.htm', null],
				['Entertainment',     'enter.htm', null],
				['Map/Directions',    'map.htm', null],
				['Venue Map',         'venue.htm', null],
				['BikeShow/Builders', 'show.htm', null],
				['Drag Racing',       'drag.htm', null],
				['Experiences',       'exper.htm', null],
        ['Lodging',           'lodging.htm', null],
        ['Restaurants',       'rest.htm', null],
				['Prize Board',       'prize.htm', null],
				['Vendor Info',       'vendors.htm', null],
				['Past Photos',       'photos.htm', null],
        ['Patriot Ride<small><sup>TM</sup></small>',      'patriot.htm', null],
		],

	]

function popwin(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=1000,WIDTH=650,TOP=10,LEFT=10,scrollbars=yes,toolbar=no,directories=no,menubar=no,resizable=yes,status=no,width=1000,height=650');
}