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

