// ROLLOVER FILM POSTERS script

function posterInfo() {

	document.getElementsByClassName('film-poster').style.display = 'none';
	

}

