/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://psych.hanover.edu/classes/sensation/', {'sb':'Course homepage.'}],
	['Syllabus', 'http://psych.hanover.edu/classes/sensation/syllabus.html', {'sb':'Link to the class syllabus.'},
		['Announcements', 'http://psych.hanover.edu/classes/sensation/syllabus.html#Announcements', {'sb':'Course announcements.'}],
		['Introduction', 'http://psych.hanover.edu/classes/sensation/syllabus.html#Introduction'],
		['Objectives', 'http://psych.hanover.edu/classes/sensation/syllabus.html#Objectives'],
		['Organization/Expectations', 'http://psych.hanover.edu/classes/sensation/syllabus.html#Expectations:'],
		['Class Schedule', 'http://psych.hanover.edu/classes/sensation/syllabus.html#outline'],
		['Lab Schedule', 'http://psych.hanover.edu/classes/sensation/syllabus.html#labs'],
		['Assignments', 'http://psych.hanover.edu/classes/sensation/syllabus.html#assignments', null,
			['Homework', 'http://psych.hanover.edu/classes/sensation/syllabus.html#Homework'],
			['Exams', 'http://psych.hanover.edu/classes/sensation/syllabus.html#Examinations'],
			['Labs', 'http://psych.hanover.edu/classes/sensation/syllabus.html#labassign'],
			['Research Participation', 'http://psych.hanover.edu/classes/sensation/syllabus.html#Research%20Participation:']
		],
		['Grading and Class Policies', 'http://psych.hanover.edu/classes/sensation/syllabus.html#Grading']
	],
	['Text', null, {'sb':'Download the text chapters.'},
		['Chapter 1', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%201.doc'],
		['Chapter 2', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%202.doc'],
		['Chapter 3', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%203.doc'],
		['Chapter 4', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%204.doc'],
		['Chapter 5', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%205.doc'],
		['Chapter 6', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%206.doc'],
		['Chapter 7', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%207.doc'],
		['Chapter 8', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%208.doc'],
		['Chapter 9', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%209.doc'],
		['Chapter 10', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%2010.doc'],
		['Chapter 11', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%2011.doc'],
		['Chapter 12', 'http://psych.hanover.edu/classes/sensation/chapters/Chapter%2012.doc'],
		['Glossary', 'http://psych.hanover.edu/classes/sensation/chapters/Glossary.doc'],
		['References', 'http://psych.hanover.edu/classes/sensation/chapters/References.doc']
	],
	['Text Media', 'http://psych.hanover.edu/JavaTest/Media/ESP.html', {'sb':'Link to the media referenced in the text.'},
		['Media Home', 'http://psych.hanover.edu/JavaTest/Media/ESP.html', {'sb':'Go to the home page of the media.'}],
		['Chapter 1', 'http://psych.hanover.edu/JavaTest/Media/Chapter01.html'],
		['Chapter 2', 'http://psych.hanover.edu/JavaTest/Media/Chapter02.html'],
		['Chapter 3', 'http://psych.hanover.edu/JavaTest/Media/Chapter03.html'],
		['Chapter 4', 'http://psych.hanover.edu/JavaTest/Media/Chapter04.html'],
		['Chapter 5', 'http://psych.hanover.edu/JavaTest/Media/Chapter05.html'],
		['Chapter 6', 'http://psych.hanover.edu/JavaTest/Media/Chapter06.html'],
		['Chapter 7', 'http://psych.hanover.edu/JavaTest/Media/Chapter07.html'],
		['Chapter 8', 'http://psych.hanover.edu/JavaTest/Media/Chapter08.html'],
		['Chapter 9', 'http://psych.hanover.edu/JavaTest/Media/Chapter09.html'],
		['Chapter 10', 'http://psych.hanover.edu/JavaTest/Media/Chapter10.html'],
		['Chapter 11', 'http://psych.hanover.edu/JavaTest/Media/Chapter11.html'],
		['Chapter 12', 'http://psych.hanover.edu/JavaTest/Media/Chapter12.html']
	],
	['Class Resources', null, null,
		['Browser Check', 'http://psych.hanover.edu/classes/sensation/browser.check.html', {'sb':'Check to see if your computer is set up to run the media.'}],
		['End of Term Presentations', 'http://psych.hanover.edu/classes/sensation/EndTermPresent/2003/EndofTermPresentations.html'],
		['Research Participation Form', 'http://psych.hanover.edu/classes/neuropsychology/Syllabus/ResearchParticipation.html', {'sb':'Print off this form and use to track your research participation.'}],
['Online Research Partic Form', 'http://psych.hanover.edu/classes/neuropsychology/Syllabus/OnlineParticipation.html', {'sb':'Print off this form and use to track your online research participation.'}],['Journal Critique', 'http://psych.hanover.edu/classes/neuropsychology/Syllabus/Journal.html', {'sb':'Instructions on how to do a journal critique.'}],['Equations', 'http://psych.hanover.edu/classes/sensation/Equations.html', {'sb':'Find a page listing all of the equations used in class here.'}],
		['Excel Formula', 'http://psych.hanover.edu/classes/sensation/ExcelFormulae.html', {'sb':'How to compute various values in Excel.'}],
		['Web Notes', 'http://psych.hanover.edu/classes/sensation/WebNotes/', {'sb':'Class notes placed on the web.'}],
		['Linear Interp (Excel Sheet)', 'http://psych.hanover.edu/classes/sensation/Labs/Linear Interpolation.xls', {'sb':'A spreadsheet that can facilitate calculating thresholds with linear interpolation.'}],
		['Graphing in Excel', 'http://psych.hanover.edu/classes/sensation/WebNotes/GraphingWithExcel_files/v3_document.html', {'sb':'A slide show illustrating how to graph in excel.'}],
		['Logarithms (Excel Sheet)', 'http://psych.hanover.edu/classes/sensation/Labs/Logarithms.xls'],
		['Predict Perc Size (Excel Sheet)', 'http://psych.hanover.edu/classes/sensation/Labs/Size Constancy.xls', {'sb':'A spread sheet to aid calculation of perceived size in stereoscopic size constancy'}]
	],
	['Psychology Department', 'http://psych.hanover.edu']
];
