<form name="jumpbox" method="post" action="{S_JUMPBOX_ACTION}">
{L_JUMP_TO}: <select name="f" onChange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.jumpbox.current_f.value){ document.forms['jumpbox'].submit() }">
<option value="0">{L_ALL_FORUMS}</option>
<option value="-1">{L_SELECT_FORUM}</option>
<option value="{options.VALUE}"<!-- IF options.VALUE eq -1 --> class="disabled-option"{options.SELECTED}/>{options.TEXT}</option>
</select> <input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="btnlite" type="submit" value="{L_GO}" onclick="if(document.jumpbox.f.value == -1){return false;}" />
</form>