//v1.0
function setSize1(strURL) {
    window.open(strURL,"newWin","width=270,height=237");
}
function setSize2(strURL) {
    window.open(strURL,"newWin","width=320,height=280"); 
}
function setSize3(strURL) {
    window.open(strURL,"newWin","width=320,height=256"); 
}

function VideoPlayer(strURL,w,h) {
    window.open(strURL,"newWin","width="+w+",height="+h+""); 
}

// put this one first in to the html: <script src="/includes/WindowPopup.js" type="text/javascript"></script>
// link example: <a href="javascript:setSize1('http://www.micromatic.com/Templates/static/images/1896/tt_flv_300k.htm')">Play Video in<br /><strong>FLV</strong> Format</a>