﻿function PopRankVideo(topicID) {
    var iMyLeft = (window.screen.availWidth / 2) - (348 + 10);
    var iMyHeight = (window.screen.availHeight);
    window.open('/rankyoutube.aspx?topicid=' + topicID, 'ratevideo', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=885,height=' + iMyHeight + ',left=' + iMyLeft + ',top=0');
}

function PopVideoPlayer(URL) {
    var tubeWin = window.open(URL, 'playvideo', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=835,height=620');
    tubeWin.focus();
}