function navi_win_wn() {
  self.window.name="main"
  w = window.open('', 'wn', 'width=550,height=600,directories=0,location=0,status=0,scrollbars=yes,left=5,top=5');
  if (w != null) {
    if (w.opener == null) {
      w.opener = self;
    }
    w.location.href = 'http://www.filmex.net/2007/whatsnew.htm';
  }
}

