function AbrirCorredores(url) {
//var ServerURL = self.location.href;
var newWindow = window.open(url,"CORREDORES","height=420,width=600,scrollbars=yes,status=1");
newWindow.focus()
}

function abrirFicha(url) {
var newWindow = window.open(url,"CORREDOR","height=420,width=600,scrollbars=yes,status=1");
newWindow.focus()
}

function abrirPerfil(etapa) { //v2.0
	d = new Date();
	theURL="../../espanol/online/perfil"+etapa+".html";
	window.open(theURL,"perfil","width=650,height=490");
}