﻿// JScript File
function open_popup(sLink,iWidth,iHeight)
{
    window.open(sLink, "MediaPlayWindow", "toolbar=0,menubar=0,width=" + iWidth + ",height=" + iHeight + ",scrollbars=0,resizable=0");
    return false;
}
