Forum style help

.
I am working on a forum style and would like to be able to change the style from the header.

Below is the code from the “quick style change” drop down menu in the user option settings.

[color=blue]**

**
[color=blue]<SELECT id=ressel onchange=switch_styleid(this) name=styleid>**[/color]

[color=darkorange]<OPTGROUP label=“Quick Style Chooser”>[/color]

[color=magenta]<OPTION class=“” value=64> [color=black]---- kirupa.com Classic [/color] </OPTION> [/color]
[color=magenta]
<OPTION class=“” value=67> [color=black]---- White by Kitiara[/color] </OPTION> [/color]
[color=magenta]
<OPTION class=“” value=68> [color=black]---- Green by Sushisource[/color] </OPTION>
[/color]
[color=magenta]<OPTION class=“” value=69>[color=black] ---- Rusty by Waztone[/color] </OPTION>[/color]
[color=magenta]**<OPTION class=“” value=66> [color=black]---- Testing[/color] </OPTION> **[/color]
**[color=magenta]<OPTION class=“” value=62 selected> [color=black]---- kirupaBlue[/color] </OPTION>[/color] **

[color=darkorange]</OPTGROUP>[/color]

[color=blue]</SELECT>[/color]

[color=black]I have no idea at all how to assign this code to a button in flash ?[/color]

on (release) {
[color=magenta]**<OPTION class=“” value=64> [color=black]-- kirupa.com Classic[/color] </OPTION> **[/color];
}
**[color=black]Any help would be nice :)[/color]****[/color]