// ********************************
// ACADEMICS
// ********************************

function showPoetry(){
	window.location = "academics.cfm/show/poetry_break"
}

function showDiscovery(){
	window.location = "academics.cfm/show/discovery_fair"
}

function showOpera(){
	window.location = "academics.cfm/show/opera_at_noon"
}

function showExchange(){
	window.location = "irish-exchange-program.cfm"
}


// ********************************
// UPPER SCHOOL
// ********************************

function showHumanities(){
	window.location = "upper-school.cfm/show/humanities_project"
}


// ********************************
// MIDDLE SCHOOL
// ********************************

function showIntegrated(){
	window.location = "middle-school.cfm/show/integrated_project"
}

function showLearning(){
	window.location = "middle-school.cfm/show/learning_science_fair"
}


// ********************************
// LOWER SCHOOL
// ********************************

function showDiscoveryFair(){
	window.location = "lower-school.cfm/show/discovery_fair"
}

function showMeeting(){
	window.location = "lower-school.cfm/show/morning_meeting"
}


// ********************************
// ARTS & MUSIC
// ********************************

function showTheater(){
	window.location = "arts_music.cfm/show/theatre_gallery"
}

function showArt(){
	window.location = "arts_music.cfm/show/art_gallery"
}

function showMusic(){
	window.location = "arts_music.cfm/show/music_gallery"
}
