function selectText(){var textField=document.getElementById("sharefield")
textField.focus()
textField.select()}
