    function CheckCopy ( cb ) {
        if ( cb.checked == true ) {
            document.all.PA.value = document.all.RA.value;
            document.all.PC.value = document.all.RC.value;
            document.all.PS.value = document.all.RS.value;
            document.all.PZ.value = document.all.RZ.value;
            document.all.PK.value = document.all.RK.value;
        }
    }


    function signature( ) {
        document.all.appname.value = document.all.contact_fname.value + " " + document.all.contact_lname.value;
    }
