ok, 3.11 fixed those issues. it seems that the overlib functions were not included correctly, but u fixed it, thats fine!
that was before:
<script type="text/javascript" src="css/js/overlib.js"></script>
<script type="text/javascript" src=""></script>
that's now:
<script type="text/javascript" src="/mydir/css/js/overlib.js"></script>
<script type="text/javascript" src="/mydir/css/js/overlib_hideform.js"></script>
Cheers!