// Ventanas emergentes lanzadas desde el site

// funcinon para el enlace de actualizar datos usuarios registrados
function link0(){
	url="http://www.perseiconsulting.es/apps_psi/formcreator/view.php?id=7";
	w=800;
	h=600;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'monologos','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=yes,status=yes');
	//la doy foco
	ventana.focus();

}


// funcinones para los enlaces Renacimiento
function link1(){
	url="https://www.perseiconsulting.com/securetrans/324reg9/722shci11/renacimiento/participant_request.asp";
	w=800;
	h=600;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'monologos','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=yes,status=yes');
	//la doy foco
	ventana.focus();

}

function link2(){
	url="../mppal_seccion_4/eltomenu_renacimiento/index.html";
	w=800;
	h=600;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	ventana=window.open(url,'monologos','width='+w+',height='+h+',left='+x+',top='+y+',scrollbars=yes,resize=yes,status=yes');
	//la doy foco
	ventana.focus();

}
// funcinones para los enlaces R. de Actividad
function link3(){
	url="../mppal_seccion_2/eltomenu_reunion_shci08/c_reunion_shci08.asp";
	w=800;
	h=600;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	document.location=url;
}

function link4(){
url="../mppal_seccion_2/eltomenu_reunion_shci08/c_reunion_shci08.asp";
	w=800;
	h=600;
	x=(screen.width-w)/2;
	y=(screen.height-h)/2;
	document.location=url;
}