/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/main.html', {'tw':'sg__main'},
		['About Us', '/about/', {'tw':'sg__main'}],
		['Contact Us...', '/contact/', {'tw':'sg__main'}]
	],
	['People', './people/index.html', {'tw':'sg__main'},
		['Scott', '/people/Scott/', {'tw':'sg__main'}],
		['Leah', '/people/Leah/', {'tw':'sg__main'}],
		['Scotty', '/people/Scotty/', {'tw':'sg__main'}],
		['Amanda', '/people/Amanda/', {'tw':'sg__main'}],
		['Family', '/people/family/', {'tw':'sg__main'},
			['Gary and Jan Gregg', '/people/family/GaryJan/', {'tw':'sg__main'}],
			['Brandi Smith', '/people/family/Brandi/', {'tw':'sg__main'}],
			['Mike Petrozello', '/people/family/MikeP/', {'tw':'sg__main'}],
			['Sharon and David James', '/people/family/SharonDavid/', {'tw':'sg__main'}],
			['Joe Mello', '/people/family/JoeMello/', {'tw':'sg__main'}],
			['Anne Petrozello', '/people/family/AnneP/', {'tw':'sg__main'}]
		],
		['Friends', '/people/friends/', {'tw':'sg__main'},
			['The McCrossins', '/people/friends/McCrossins/', {'tw':'sg__main'}],
			['The Browns in CA', '/people/friends/Browns-CA/', {'tw':'sg__main'}],
			['The Browns in NY', '/people/friends/Browns-NY/', {'tw':'sg__main'}]
		]
	],
	['Places', '/places/', {'tw':'sg__main'},
		['Morgan Hill, CA', '/places/MorganHill/', {'tw':'sg__main'}],
		['San Jose, CA', '/places/SanJose/', {'tw':'sg__main'}],
		['Hayward, CA', '/places/Hayward/', {'tw':'sg__main'}],
		['Santa Cruz, CA', '/places/SantaCruz/', {'tw':'sg__main'}],
		['Watsonville, CA', '/places/Watsonville/', {'tw':'sg__main'}],
		['Tahiti', '/places/Tahiti/', {'tw':'sg__main'}],
		['Jamaica', '/places/Jamaica/', {'tw':'sg__main'}],
		['The Bahamas', '/places/Bahamas/', {'tw':'sg__main'}],
		['Cabo San Lucas', '/places/CaboSanLucas/', {'tw':'sg__main'}],
		['Cancun', '/places/Cancun/', {'tw':'sg__main'}],
		['Maui', '/places/Maui/', {'tw':'sg__main'}],
		['Albany, NY', '/places/Albany/', {'tw':'sg__main'}],
		['Binghampton, NY', '/places/Binghampton/', {'tw':'sg__main'}],
		['Webster, NY', '/places/Webster/', {'tw':'sg__main'}],
		['Niagara Falls', '/places/NiagaraFalls/', {'tw':'sg__main'}]
	],
	['Work', '/work/', {'tw':'sg__main'},
		['Scott\'s Past Employers', '/work/employers-scott/', {'tw':'sg__main'}],
		['Scott\'s Resume', '/work/resume-scott/', {'tw':'sg__main'}]
	],
	['School', '/school/', {'tw':'sg__main'},
		['Scott\'s Schooling History', '/school/Scott/', {'tw':'sg__main'}],
		['Leah\'s Schooling History', '/school/Leah/', {'tw':'sg__main'}],
		['Scotty\'s Schooling', '/school/Scotty/', {'tw':'sg__main'}],
		['Amanda\'s Schooling', '/school/Amanda/', {'tw':'sg__main'}]
	],
	['Play', '/play/', {'tw':'sg__main'},
		['Sports', '/play/sports/', {'tw':'sg__main'},
			['Hockey', '/play/sports/hockey/', {'tw':'sg__main'}]
		],
		['Travel', '/play/travel/', {'tw':'sg__main'}],
		['Interests', '/play/interests/', {'tw':'sg__main'}],
		['Hobbies', '/play/hobbies/', {'tw':'sg__main'}]
	],
	['Photos', '/CopperMine/', {'tw':'sg__main'},
	],
	['Misc', '/misc/', {'tw':'sg__main'},
		['My Programs', '/misc/programs/', {'tw':'sg__main'}]
	]
];
