function handleRollOut()
{
	document.getElementById ("movie").registerRollOut ();
}

function handleRollIn ()
{
	document.getElementById ("movie").registerRollIn ();
}