isFlashScriptIncluded = true;

function getFlashMovie(movieName)
{
    var isIE = navigator.appName.indexOf("Microsoft") != -1;
    return (isIE) ? window[movieName] : document[movieName];
}

window.onload = function()
{
    document.getElementById('karuzela_flash').onmouseout = function(e)
    {
	getFlashMovie('karuzela_flash').mouseLeftStage()
    }
}

