function setfilter_game() {
  Sexy.form('<h1>Set global game filter</h1>Select a specific game from the list to select on all pages. Note: some values still represent ALL games a player is active in.<p align="right">'+
            'Game: <select name="game" onFocus="selectOptions(this);"></select><br />'+
	    '</p><input type="hidden" name="form_action" value="setfilter_game" />',{ onComplete: post_sexy_form } );
}
