


function AbrirVentanaNueva(URL) {
    window.open (URL,"_new");		
    }

    
function AbrirPopUp(URL,ancho,alto,izq,sup) {
	var Sx=((screen.availWidth - ancho)/2)-5;
	var Sy=((screen.availHeight - alto)/2)-15;
	window.open (URL,'new','width=' + ancho + 'px,height=' + alto + 'px,top=' + Sy + 'px,left=' + Sx + 'px');
	}


function AbrirPopUpScroll(URL,ancho,alto,izq,sup) {
	var Sx=((screen.availWidth - ancho)/2)-5;
	var Sy=((screen.availHeight - alto)/2)-15;
	window.open (URL,'new','width=' + ancho + 'px,height=' + alto + 'px,top=' + Sy + 'px,left=' + Sx + 'px' + ',scrollbars=1');
	}


function envivo(theURL,winName,features) {
	window.open(theURL,winName,features);
	}

function abreess(){
	location.href="/esp/productosyservicios/gerenteseess/acceso.asp"
	}

function chatSimo(){
	window.open('/esp/ventajasdelportal/promociones/chatSimo/chatSimo.asp','CHATSIMO','width=550,height=450,top=50,left=110');
	}

function puntostravel(){
	var Sx=((screen.availWidth - 700)/2)-5;
	var Sy=((screen.availHeight - 400)/2)-15;
	window.open('/esp/externas/ventajasdelportal/promociones/Travel_Mar2001/default.asp','TravelClub','width=700,height=400,left=' + Sx + 'px,top=' + Sy + 'px,location=no,menubar=no,resizable=no,status=0,toolbar=no');
	}

function Fotos(strURL) {
	var Sx=((screen.availWidth - 480)/2)-5;
	var Sy=((screen.availHeight - 460)/2)-15;
	window.open(strURL,'IMAGENES','width="445"px,height=460px,left=' + Sx + 'px,top=' + Sy + 'px,scrollbars=0');
}

function repsolposition() {
	var Sx=((screen.availWidth - 766)/2)-5;
	var Sy=((screen.availHeight - 500)/2)-15;
	window.open('/esp/ventajasdelportal/concursos/repsolposition/pronosticos/default.asp','REPSOLPOSITION','width=766px,height=500px,left=' + Sx + 'px,top=' + Sy + 'px,scrollbars=yes');
}

function dakarposition() {
	var Sx=((screen.availWidth - 766)/2)-5;
	var Sy=((screen.availHeight - 500)/2)-15;
	window.open('/esp/ventajasdelportal/concursos/dakarposition/pronosticos/default.asp','DAKARPOSITION','width=766px,height=500px,left=' + Sx + 'px,top=' + Sy + 'px,scrollbars=yes');
}

function premioseguro() {
	var Sx=((screen.availWidth - 700)/2)-5;
	var Sy=((screen.availHeight - 420)/2)-15;
	window.open('/esp/externas/ventajasdelportal/promociones/dakar2002/default.asp','Dakar2002','width=700,height=420,left=' + Sx + 'px,top=' + Sy + 'px,location=no,menubar=no,resizable=no,status=0,toolbar=no');
}
