That code wouldn't work for me. The error was "getElementByID is not a function."
how ever i did take a look at how opener works and got it to run just fine. I used the Code:
window.opener.document.MyForm.MySelectBox.options[MyIndex].selected = true;
Thanks for your help.