// menu_items.js file

var MENU_ITEMS =[
	["REGISTRATION", null,
                ["OPTIONS", "http://letourdeshore.org/registrationoptions.html"],
["ON-LINE", "http://www.bikereg.com/events/register.asp?eventid=14633"],
["MAIL-IN", "http://letourdeshore.org/MailIn2012.pdf"],
       ],
	

        ["GEAR AND SUPPORT",null,

["GEAR CHECK","http://letourdeshore.org/GEARCHECK.html"],

["BUS RIDE BACK","http://letourdeshore.org/busrideback.html"],

["SAG STOP MAP","http://maps.google.com/maps/ms?msid=206659279600321314647.0004b3b40148c364aa14c&msa=0"]

        ],


        ["MOTELS AND CAMPING", null,

["MOTELS AND INNS","http://letourdeshore.org/motel.html"],

["CAMPING","http://letourdeshore.org/camping.html"],

["MOTEL & CAMP MAP","http://maps.google.com/maps/ms?msid=206659279600321314647.0004b3a010c50a7f21e3b&msa=0&ll=41.654445,-87.024422&spn=0.130825,0.307961"]

	],

	["ROUTE", null,
		["ONLINE MAP", "http://g.co/maps/mg6xw"],
                ["YOU TUBE", "http://www.youtube.com/watch?v=Oyvtbc5lub4"],
["ILLUSTRATED", "http://letourdeshore.org/ltds.xps"],
                
		["CUE SHEET", "http://letourdeshore.org/LTdS2012CueSheetexample.pdf"]
	]
];

