﻿function showVideo(title, youtubeCode) {
    if ((typeof newsTimerID === 'undefined') != true) {
        clearInterval(newsTimerID);
    }
    
    window.top.showPopWin('/Paginas/Video/Video.aspx?vid=' + youtubeCode, 900, 643, null, true, title);
}
