function createQA()
{
  var accordion = new Accordion('h2.atStart', 'div.atStart', {
    opacity: false
  }, $('qa-list'));
}



