If you want to collaborate with us, please fill in the brief form attached. If we see the opportunity of working together, we will call you. Thank you! ;)
\n');
}
//-->
function mostrar(nombreCapa){
document.getElementById(nombreCapa).style.visibility="visible";
}
function ocultar(nombreCapa){
document.getElementById(nombreCapa).style.visibility="hidden";
}
function showAlert(ms){
alert(ms);
}