function copyValue(el) {
 document.getElementById('copy_' + el.id).innerHTML = el.value;
}
