Hello,
so if you read the help page wy not simply do what ther is written. All varaibles are explained. Description of Position 4 is:
Specifies, whether the menu tree shall be expandable/collapsible (if set to 'true') or complete (all pages being displayed) if set to 'false'
so the following should do th trick:
<?php show_menu(1, 0, -1, true, '<tr><td bgcolor="#D9E4F4">[a][menu_title][/a]</td></tr>', '', '', '', 'class="menu"', 'class="menu"', 0); ?>
Matthias