Shadowbox.init({
    players: ["iframe"]
});

function olvidado_contrasenya() { 
Shadowbox.open({
        content:    'recordar_contrasenya.php',
        player:     "iframe",
        height:     230,
        width:      410
    });
}

function reenviar_activacion() { 
Shadowbox.open({
        content:    'recibir_email_activacion.php',
        player:     "iframe",
        height:     230,
        width:      410
    });
}

function proponer_tema(descForo,foro) { 
Shadowbox.open({
        content:    '/expresate/' + descForo + '/proponer_tema?foro='+foro,
        player:     "iframe",
        height:     230,
        width:      410
    });
}

function suscribirme_alerta(pregunta) { 
Shadowbox.open({
        content:    '/cgi/foros/suscribir?p='+pregunta,
        player:     "iframe",
        height:     210,
        width:      410
    });
}