function ReLoad(me){
var choice = me.options[me.selectedIndex].value;
self.location.href = choice;
}

function setParentURL(setURL){
opener.document.location = setURL
}