/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Welcome', 'index.php'],
	['Personal', null, null,
		['Interests', 'interests.php'],
		['Favorite Sites', 'links.php'],
		['Introspection', 'thoughts.php']
	],
	['Career', null, null,
		['Profile', 'resume.pdf', {'tw':'_blank'}],
		['Certifications', 'certifications.php'],
		['Portfolio', 'portfolio.php'],
		['Published Articles', null, null,
			['JSRS & CFMX', 'http://coldfusion.sys-con.com/node/43998', {'tw':'_blank'}],
			['Stored Procs I', 'http://coldfusion.sys-con.com/node/45571', {'tw':'_blank'}],
			['Stored Procs II', 'http://coldfusion.sys-con.com/node/47198', {'tw':'_blank'}]
		],
		['Whiteboard', 'whiteboard.php']
	],
	['Connect', null, null,
		['Blog', 'http://velotech.blogspot.com', {'tw':'_blank'}],
		['LinkedIn', 'http://www.linkedin.com/in/grantszabo', {'tw':'_blank'}],
		['Facebook', 'http://www.facebook.com/grantszabo', {'tw':'_blank'}],
		['Twitter', 'http://twitter.com/gszabo', {'tw':'_blank'}]
	],
	['Contact', 'contact.php']
];
