Open templates folder you will see some ja_quillaja folder.
open ja_quillaja/index.php
Goto line 87 and delete the whole line (look like this)
[PHP]<script language=”javascript” type=”text/javascript” src=”<?php echo $ja_template_path;?>/scripts/ja.hiddenpanel.js”></script>[/PHP]
And then go to line 107, you wil see
[PHP]#ja-hpwrap{height:0;overflow:hidden;visibility:hidden;}[/PHP]
REPLACE IT WITH THIS:
[PHP]#ja-hpwrap{height:27px;overflow:hidden;visibility:visible;}[/PHP]
Save it, you done!
Do the same with folders: ja_quillaja_dl, ja_quillaja_sf, ja_quillaja_trans. Goodluck!