﻿function openVideoPage(strURL,iHeight,iWidth) {
    window.open(strURL, "VideoPage", "height="+iHeight+",width="+iWidth+",toolbar=no,directories=no,menubar=no,resizable=yes", true);
}

function openPopUp(strURL) {
    window.open(strURL, "VideoPage", "height=" + screen.availHeight.toString() + ",width=" + screen.availWidth.toString() + ",toolbar=no,directories=no,menubar=no,resizable=yes", true);
}
