function init() { 
/*       
    var accordion = new Accordion('h3.atStart', 'div.atStart', {
      opacity: true,
        onActive: function(toggler, element){
        //toggler.setStyle('color', '#ff3300');
      },
     
      onBackground: function(toggler, element){
        //toggler.setStyle('color', '#222');
      }
    }, $('accordion'));
*/
/*
  $$('div.MGroup').each(function(div){
    var link = div.getElement('a');
    var block = link.getNext();
    
    var fx = new Fx.Slide(block);
    
    if (block != current) fx.hide();

    link.addEvent('click', function(){
      fx.toggle();
    });
    
  });
*/
/*
  $$('div.toggler').each(function(div){

    var block = div.getNext();
    
    var fx = new Fx.Slide(block);
    
    fx.hide();

    div.addEvent('click', function(){
      fx.toggle();
    });
    
  });
*/    
    new SmoothScroll(); 
}

function ouvreSimpleFenetre (window,location,name) {
  window.open (location, name, 'dependent=no, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
}
