// menu_items.js file

var MENU_ITEMS =[
	["REGISTRATION", null,
		["ON-LINE", "http://www.active.com/event_detail.cfm?event_id=1824646"],
		["MAIL-IN", "http://letourdeshore.org/MailIn2010.pdf"],
        ],
        
        ["DONATE",null,

["ON-LINE", "http://www.active.com/donate/artsforkids"],
                                ["PLEDGE FORM", "http://letourdeshore.org/LTdSpledgesheet2010.pdf"],

["PRIZES","http://letourdeshore.org/LTdS2010prizes.pdf"]
        ],


        ["LOGISTICS", null,

["GEAR CHECK","http://letourdeshore.org/GEARCHECK.html"],
                                ["MOTELS/INNS","http://letourdeshore.org/motel.html"],

["CAMPING","http://letourdeshore.org/camping.html"],

["BUS RIDE BACK","http://letourdeshore.org/busrideback.html"]
	],
	["ROUTE", null,
		["ONLINE MAP", "http://www.bing.com/maps/?v=2&cp=41.6924230826287~-87.10480747160801&lvl=10&sty=r&cid=F7FE65C255D3F864!338 "],
                ["ADOBE PDF", "http://letourdeshore.org/LTdSmap2008.pdf"],

["MILEAGE", "http://letourdeshore.org/mileage.pdf"],

		["CUE SHEET", "http://letourdeshore.org/ltds2009cuesheet.pdf"]
	]
];
