function openWebMedicaPopup() {
	openCenteredWindow('http://wma.comb.es/seal.php?INTWMA=449', 'wmaseal', 570, 400, 'channelmode=no, resizable=yes');
}

function openGaleriaPopup(id) {
	openCenteredWindowAlone('/galeria/popup.php?id=' + id,'galeria',380,420);
}

function openMapaHospitalPopup(id) {
	openCenteredWindowAlone('/hospitales/mapa.php?id=' + id,'mapa',380,450);
}

function openMasInfoCursoPopup(id) {
	openCenteredWindowAlone('/cursos/mas_info.php?id=' + id,'curso',360,260);
}

function openRMForgetPopup() {
	openCenteredWindowAlone('/residencias_medicas/forgot.php','forgot',380,225);
}

function openDerechosPopup(context_path) {
	openCenteredWindowAlone('/legales/derechos.php','derechos',380,450);
}

function openReglamentoPopup(context_path) {
	openCenteredWindowAlone('/legales/reglamento.php','reglamento',380,450);
}

function openPrivacidadPopup(context_path) {
	openCenteredWindowAlone('/legales/privacidad.php','privacidad',380,450);
}

function openPublicidadPopup(context_path) {
	openCenteredWindowAlone('/legales/publicidad.php','publicidad',380,450);
}

function openRecomendarPopup(context_path) {
	openCenteredWindowAlone('/recomendar/','recomendar',380,385);
}