//By James Cook j.cook@derby.ac.uk
/*
Function to close Real PeopleVideoPlayer
The elementID (in braces/speech marks) must match the ID attribute of the DIV tag containing the Real People Flash Player
The functon name must remain closeFlash() as this is embedded into the swf
*/

function closeFlash()
{
document.getElementById('realPeoplePlayer').innerHTML = "";
}