// menu_items.js file

var MENU_ITEMS =[
	["Home","http://www.varuna.org/index.htm",null,
["Social Events", "events.php"],
["News ", "./announce/announce.htm"]
],
	["About Us", null,null,
		["History", "history.htm"],
		["Getting There", "locator.htm"],
		["Contacts", "contacts.htm"],
		["Meetings", "./meeting/frame.htm"],
		["Club By-Laws", "bylaws.htm"],
		["Links", "links.htm"]
		
	],
	["Facilities", null,null,
		["Clubhouse", "club.htm"],
		["Parties", "./catering/catering.htm"],
		["Away-Days","./catering/corporate.htm"],
		["Accommodation", "accomodation.htm"],
		["Boat Care", "boatboy.htm"],
		["Rentals", "boatrent.htm"],
		    ],
		["Sailing",  null,null,
		[" Calendar ", "./calendar/frame.htm",{'tw':'_self'}],
		["Race Results", "./RaceResults/race.php"],
		["Cruising", "cruising.htm"],
		["Junior Sailing", "junior.htm"],
		["Safety ", "safety.htm"],
		["Learn to Sail", "./courses/frame.htm"]
		
                  ],
	["Membership",  null,null,
		["My Profile", "./membership/membership.php"],
		["Categories", "membership.htm"],
		["Monthly fees", "monthly.htm"],
		["Reciprocal Clubs", "reciprocal.htm"],
		["Join Us", "apply.htm"]
		

                  ],

	[" Bookings",  null,null,
		
		["Room Booking", "./booking/booking.php"]
	 ],

	["Gallery", "http://picasaweb.google.com/RoyalVaruna",{'tw':'new'}],

	["Classified", "classified.php",null,
		
				
	 ],

		
	
];

