    <!--
    function openMovie(Page, Width, Height) {
      var newWind = window.open(Page,'','width=' + Width + ',height=' + Height + ',scrollbars=no,menubar=no,resizable=no,toolbar=no,location=no,status=no');
    }
    function openLink(Page) {
      var newWind = window.open(Page,'','');
    }
    // -->
