<!--
function myPopUp(strUrl, strName, strFeatures)
    {
        var win = window.open(strUrl, strName, strFeatures);
    }
//-->