/* Tigra Menu items structure */
var MENU_ITEMS = [

	['<img src="images/menu1.gif">', null, null,
		['The Henry George Institute', 'http://www.henrygeorge.org/hgi.htm'],
		['Our other courses', null, null,
			['Political Economy', 'http://www.henrygeorge.org/principles.htm'],
			['Globalization and Trade', 'http://www.truefreetrade.org'],
			['Economic Science', 'http://www.politicaleconomy.org'],
			['Liberation & Land Reform', 'http://www.landreform.org/home.html'],
			['<i>Comprender la Econom&iacute;a</i>', 'http://www.prosperidad.org']
		],
		['Cool stuff for sale!', 'http://www.henrygeorge.org/sale.html'],
		['Site map', 'http://www.henrygeorge.org/bearings.htm'],
		['Links & Archive', 'http://www.henrygeorge.org/links.htm'],
		['Student Comments', 'http://www.henrygeorge.org/comments.htm'],
		['Why contribute?', "javascript:nq('http://www.henrygeorge.org/givit.htm')", {'tw':'_self'}],
	],
	['<img src="images/menu2.gif">', null, null,
		['Left... Right...<strong><em>Geoism</em></strong>', 'http://www.truefreetrade.org/scg.htm'],
		['Take our querulous quiz!', 'http://www.henrygeorge.org/quiz.php'],
		['The Third Way', 'http://www.henrygeorge.org/isms.htm'],
		['Works of George online', null, null,
			['<i>Progress and Poverty</i>', 'http://www.henrygeorge.org/pcontents.htm'],
			['<i>Protection or Free Trade</i>', 'http://www.truefreetrade.org/pftindex.htm'],
			['<i>Social Problems</i>', 'http://www.schalkenbach.org/library/george.henry/spcont.html'],
			['<i>Science of Political Economy</i>', 'http://politicaleconomy.org/speindex.htm'],
			['<i>Life of Henry George</i>', 'http://www.henrygeorge.org/LIFEofHG']
		],
		['<i>Ask Henry</i> search engine', 'http://www.askhenry.com']
	],
	['<img src="images/menu3.gif">', null, null,
		['What is Capitalism?', 'http://www.landreform.org/es3.htm'],
		['Land and Justice', 'http://www.landreform.org/landjustice.htm'],
		['Pathological Production?', 'http://www.truefreetrade.org/patho.htm'],
		['The Earth Imperative', 'http://www.landreform.org/earthy.htm'],
		['Assessing Land Values', 'http://www.henrygeorge.org/ted.htm'],
		['Tragedy in the Congo: Causes &amp; Solutions', 'http://www.henrygeorge.org/congo.htm'],
		['Discussion Room', 'http://www.progress.org/progs/wwwboard']
	]
];
function nw(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=440,WIDTH=350,TOP=400,LEFT=400,scrollbars=no');
}
function nz(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=650,WIDTH=850,TOP=200,LEFT=200,scrollbars=no');
}
function nq(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=650,WIDTH=700,TOP=150,LEFT=150,scrollbars=yes');
}

