function copy(textarea) {
textarea.select();
textarea.focus();
}
