There may be other issues, but firstly, you should remove the code in red below in the HEAD section of your page:
Code:
<script type='text/javascript' src='http://kinostudio.ro/ndxz-studio/site/js/jquery.js'></script>
<script type='text/javascript' src='http://kinostudio.ro/ndxz-studio/site/js/cookie.js'></script>
<!-- include jQuery library -->
<script type="text/javascript" src="http://kinostudio.ro/ndxz-studio/site/js/jquery.min.js"></script>
The code in red is redundant, and is a reference to an older version of jQuery. Secondly, near the top of haccordion.js, try adding the line in red to it:
Code:
jQuery.noConflict()
var haccordion={
//customize loading message if accordion markup is fetched via Ajax:
ajaxloadingmsg: '<div style="margin: 1em; font-weight: bold"><img src="ajaxloadr.gif" style="vertical-align: middle" /></div>',
Bookmarks