jQuery.noConflict();jQuery(document).ready(function(){if(jQuery('#fccopy').length){jQuery('#fccopy').click(function(){if(jQuery('input[name="cp_last_name"]').length){jQuery('input[name="cp_last_name"]').val(jQuery('input[name="last_name"]').val());}
if(jQuery('input[name="cp_first_name"]').length){jQuery('input[name="cp_first_name"]').val(jQuery('input[name="first_name"]').val());}
if(jQuery('input[name="cp_patronymic"]').length){jQuery('input[name="cp_patronymic"]').val(jQuery('input[name="patronymic"]').val());}
if(jQuery('input[name="cp_phone"]').length){jQuery('input[name="cp_phone"]').val(jQuery('input[name="phone"]').val());}
if(jQuery('input[name="cp_fax"]').length){jQuery('input[name="cp_fax"]').val(jQuery('input[name="fax"]').val());}
if(jQuery('input[name="cp_email"]').length){jQuery('input[name="cp_email"]').val(jQuery('input[name="email"]').val());}})}})
