/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', {'tw':'_self','sb':'Home Page'},
		['About Us', 'about.php', {'tw':'_self','sb':'About Us'}],
		['Guest Book', 'guestbook.php', {'tw':'_self','sb':'View Our Guest Book'}]
	],
	['News', null, null,
		['Latest News', 'news.php', {'tw':'_self','sb':'Latest News'}],
		['Press Cuttings', 'press.php', {'tw':'_self','sb':'Press Cuttings'}]
	],
	['Contact Us', null, null,
		['Contact Us', 'contact.php', {'tw':'_self','sb':'Contact Us'}],
		['Join Us', 'join.php', {'tw':'_self','sb':'Join Us'}],
		['The Woodlands', 'woodlands.php', {'tw':'_self','sb':'Our Venur - The Woodlands Theatre'}]
	],
	['Productions', null, null,
		['Current', null, null,
			['Information', 'prodinfo.php', {'tw':'_self','sb':'Current Production Information'}],
			['Poster', 'poster.php', {'tw':'_self','sb':'Current Production Poster'}],
			['Booking Details', 'booking.php', {'tw':'_self','sb':'Booking Details'},
 		['On-Line Booking', 'bookform.php', {'tw':'_self','sb':'Book Tickets On-Line'}]
  		]
  	],
	 	['Future', 'futureprod.php', {'tw':'_self','sb':'Future Production Information'}],
		['Past', 'pastprod.php', {'tw':'_self','sb':'Past Productions'}]
	],
	['Gallery', 'gallery.php', {'tw':'_self','sb':'Image Gallery'}],
	['Members Area', 'login.php', {'tw':'_self','sb':'Login to the Members Area'}],
	['Links', 'links.php', {'tw':'_self','sb':'Links to Other Groups'}]
];

