onLoads.push(function() {
  new Accordion('.panel', 'h4', '.panelContent', 1.0, 1.2);
  
  $$('a[rel=modal]').each( function(el) {
    new Control.Modal(el,{
      iframe: true,
      opacity: 0.7,
      width: 900,
      height: 600
    });
  });
});
