<!--
    function OpenWindow(strUrl,intWidth,intHeight) {
        NaviWindow = window.open(strUrl,'List','toolbar=no,scrollbars=yes,resizable=yes,left=10,top=10,width=' + intWidth + ',height=' + intHeight)
        NaviWindow.focus()
    }
    
// -->
