function selectContent(targetID) {
 var temp = document.getElementById(targetID);
 temp.focus()
 temp.select()
}