
var MENU_ITEMS = [
	['Curriculum', null, null,
		['Mission & History', 'theschool.htm',],
		['Fundamental Economics', 'fe.htm',],
		['Advanced Courses', 'advanced.htm',],
		['Who was Henry George?', 'whowashg.htm',],
		['HG quote of the day', "javascript:nz('hgquote.htm')", {'tw':'_self'}],
		['Henry George News', 'pdfs.htm',],
        ['Download Lessons', 'lessons.htm',],
		],
	['Autumn 2010', null, null,
		['Basic Courses', 'fe.htm',],
		['Register online', 'signup.htm',],
	    ['Advanced Courses', 'advanced.htm',],
		['Friday Evening Forums', 'seminars.htm',],
		['Affiliated Schools', 'links.htm',],
		],
	['Activities', null, null,
		['Graduate Research', 'nyc.htm',],
		['Teachers Corner', 'teachers.htm',],
		['Annual Conference', 'http://www.cgocouncil.org/conf10.htm'],
		['High School Program', null, null,
			['Land & Freedom', 'http://www.landandfreedom.org'],
			['Economics', 'http://www.landandfreedom.org/econ'],
			['U.S. History', 'http://www.landandfreedom.org/ushistory'],
			['In the News', 'http://www.landandfreedom.org/news'],
			],
		],
];
function nw(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=600,WIDTH=550,TOP=200,LEFT=200,scrollbars=no');
} 
function nz(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=440,WIDTH=350,TOP=400,LEFT=400,scrollbars=yes');
} 
