I have a select control, and in a javascript variable I have a text string.
Using jQuery I want to set the selected element of the select control to be the item with
Get the children of the select box; loop through them; when you have found the one you want, set it as the selected option; return false to stop looping.