function returnText (something){
  var mySel = something;
  var textValue = mySel[mySel.selectedIndex].text;
  return textValue;
}