it almost working
I need to get rid of the 'selected' popup. When users come in the page it still show the current running theme first, the legend second.
I tried to commenting out the $optionselected = 'selected="selected"'; in my myfunctions.php (see my code above) and it still have a selected theme as default showing.
HTML Code:
<select class="forumselector" name="newstyleset" id="sel_newstyleset" onchange="switch_id(this, 'style')">
<option value="" selected="selected" disabled="disabled" ><?php echo $vbphrase[quick_style_chooser]; ?> </option>
<?php echo $quickchooserbits; ?>
</select>