﻿
function ShowModal(sPageUrl, svideoPath) {
    var sFeatures = "center:yes;toolbar:0;scroll:no;status:no;dialogHeight:300px;dialogWidth:380px;resizable=yes"
    window.showModalDialog(sPageUrl, svideoPath, sFeatures);
}
function PopupPic(sPageUrl) {
    var WindowpopUp = null;
   WindowpopUp =  window.open(sPageUrl, "GTVideo", "resizable=1,HEIGHT=300,WIDTH=380");
   WindowpopUp.focus(); 
   
}