function mostrarVtnEmergente(url, nombre, ancho, alto) {
    window.open(url, nombre,'top=100,left=100,width=' + ancho + ',height=' + alto + ',resize=1,scrollbars=1');
}

function mostrarPrivacidad() {
    mostrarVtnEmergente('http://www.toplearning.net/politica_privacidad.html', 'privacidad', 420, 450);
}

function mostrarAvisoLegal() {
    mostrarVtnEmergente('http://www.toplearning.net/aviso_legal.html', 'aviso_legal', 420, 450);
}

function mostrarFaqsCentros() {
    mostrarVtnEmergente('http://www.toplearning.net/faqs_centros.html', 'faqs_centros', 560, 450);
}

function mostrarFaqsUsuarios() {
    mostrarVtnEmergente('http://www.toplearning.net/faqs_usuarios.html', 'faqs_usuarios', 560, 450);
}

