function link_select(){
  document.link_form.link_text.focus();
  document.link_form.link_text.select();
}

function response_link_select(){
  document.response_link_form.response_link_text.focus();
  document.response_link_form.response_link_text.select();
}

 

