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()
}
