﻿window.onload=function(){
  new Ajax.Updater( 'menu', 'menu.html', {method: 'get'});
  new Ajax.Updater( 'footer', 'footer.html', {method: 'get'});
}