function showTranscript() {
	document.getElementById("movieTranscript").style.height = "265px" ;
}
function hideTranscript() {
	document.getElementById("movieTranscript").style.height = "1px" ;
}