document.contacto_form.firstName.value=getCookie('fnombre');
document.contacto_form.phone.value=getCookie('ftelefono');
document.contacto_form.country.value=getCookie('fpais');
document.contacto_form.date.value=getCookie('ffecha');
document.contacto_form.where.value=getCookie('fmedio');
document.contacto_form.comments.value=getCookie('fmensaje');
document.contacto_form.real.value=getCookie('femail');
