/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Toicontien | http://www.webdeveloper.com/forum/showthread.php?t=153046 */
function copyValue(el) {
  document.getElementById('copy_' + el.id).innerHTML = el.value;
}

