open the navigation_panel.php file and add the script below

<?php

// javascript part for Dropdown windows. Works with FireFox, IE.
echo "<SCRIPT LANGUAGE=javascript>
function show_hide(msg_id){
	msg_id.style.display=msg_id.style.display=='none' ? '' : 'none'
}
</SCRIPT>";
// end of javascript



-close and save