<!--
    function OpenPicWindow(strUrl) {
        NavWindow = window.open(strUrl,'Presentation','toolbar=no,scrollbars=yes,resizable=yes,left=0,top=0,width=660,height=500')
        NavWindow.focus()
    }
// -->

