

function sendValue(myObj){
newLocation = myObj.options[myObj.selectedIndex].value;
document.getElementById('theFrame').src = newLocation;
}



