/* GTWD v5
  Tigra menu v2 from www.softcomplex.com
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['HOME', 'index.php', null,		
	],
	['ABOUT', null, null,
		['About Us', 'about.php'],
		['The Goose Tree', 'goosetree.php'],
		['Design Philosophy', 'design.php'],
		['Accessibility', 'accessibility.php'],
		['Testimonials', 'testimonials.php'],
		['Terms', 'terms.php'],
	],	
	['SHOWCASE', 'showcase.php', null,
	],
	['CONTACT', 'contact.php', null,
	],
	['BLOG', 'http://goosetree.wordpress.com', null,
	],
];








