//  myfrm.form.txtCity.value = myfrm.options[myfrm.selectedIndex].value;
    myfrm.form.txtCity.value = myfrm.options[myfrm.selectedIndex].text;