function callExternalInterface(grupo,total_v) {
    thisMovie("contenido-video-s").flAlert(grupo,total_v);
}

function thisMovie(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
        return window[movieName]
    }
    else {
        return document[movieName]
    }
}
