  var gnavi_logo = document.getElementById('gnavi_logo');
  IEPNGFIX.hover(gnavi_logo, '/_template/shared/images/rocket_title_on.png');
  
  var gnavi_news = document.getElementById('gnavi_news');
  IEPNGFIX.hover(gnavi_news, '/_template/shared/images/gnavi_news.png');

  var gnavi_exhibition = document.getElementById('gnavi_exhibition');
  IEPNGFIX.hover(gnavi_exhibition, '/_template/shared/images/gnavi_exhibition.png');

  var gnavi_exhibition_current = document.getElementById('gnavi_exhibition_current');
  IEPNGFIX.hover(gnavi_exhibition_current, '/_template/shared/images/gnavi_exhibition_current_on.png');

  var gnavi_exhibition_upcoming = document.getElementById('gnavi_exhibition_upcoming');
  IEPNGFIX.hover(gnavi_exhibition_upcoming, '/_template/shared/images/gnavi_exhibition_upcoming_on.png');

  var gnavi_exhibition_archive = document.getElementById('gnavi_exhibition_archive');
  IEPNGFIX.hover(gnavi_exhibition_archive, '/_template/shared/images/gnavi_exhibition_archive_on.png');

  var gnavi_project = document.getElementById('gnavi_project');
  IEPNGFIX.hover(gnavi_project, '/_template/shared/images/gnavi_project.png');

  var gnavi_about = document.getElementById('gnavi_about');
  IEPNGFIX.hover(gnavi_about, '/_template/shared/images/gnavi_about.png');

  var gnavi_about_whats = document.getElementById('gnavi_about_whats');
  IEPNGFIX.hover(gnavi_about_whats, '/_template/shared/images/gnavi_about_whats_on.png');

  var gnavi_about_history = document.getElementById('gnavi_about_history');
  IEPNGFIX.hover(gnavi_about_history, '/_template/shared/images/gnavi_about_history_on.png');

  var gnavi_access = document.getElementById('gnavi_access');
  IEPNGFIX.hover(gnavi_access, '/_template/shared/images/gnavi_access.png');

document.getElementById('wrapper').style.display = "block"