menu = '';
function Navlinks() {
  new Insertion.After('accueil', menu);
}
Event.observe(window, 'load', Navlinks, false);
