/* ----------------------------------------------------------------------------------
 * Function to start the player
 * ----------------------------------------------------------------------------------*/
function startIntro () {
 	winplayer = window.open("emff/intro.html", "player", "width=150,height=100,status=no,scrollbars=no,resizable=no");
 	winplayer.blur();
}

/* ----------------------------------------------------------------------------------
 * Function to stop the player
 * ----------------------------------------------------------------------------------*/
function stopIntro () {
 	winplayer = window.close("emff/intro.html", "player", "width=150,height=100,status=no,scrollbars=no,resizable=no");
}



