function copyIt() {
var x = document.getElementById("f_dic").value;
document.getElementById("f_icdph").value = "SK" + x;
}

