<!--
    function showMore () {
        window.open (document.location+'?more=yes', '', 'width=600, height=350, scrollbars=no, resizeable=no, menubar=no, toolbar=no, status=no');
    }

    function showPrint () {
        window.open (document.location+'?print=yes', '', 'width=820, height=600, scrollbars=yes, resizeable=no, menubar=no, toolbar=no, status=no');
    }
-->

