function showFilmDiv(e, divId)
{
	setDivPosition(e, divId, 300, 250, 20, -50);

	showDiv(divId);
}

function hideFilmDiv(divId)
{
	hideDiv(divId);
}
