﻿window.onload=function(){
  new Ajax.Updater( 'subnavi', 'subnavi.html', {method: 'get'});
  new Ajax.Updater( 'mainnavi', 'mainnavi.html', {method: 'get'});
  new Ajax.Updater( 'bottom', 'footer.html', {method: 'get'});
}


hs.graphicsDir = '../highslide/graphics/';
  window.onload = function() {
  hs.preloadImages();
}
