
function surevents(){
ventana88=open("http://www.surevents.com","Surevents");
}


function Enconstruccion(Nombreventana,Nombre){
Nombreventana="../web/"+Nombreventana;
ventana=open(Nombreventana,Nombre," width=325, height=120, scrollbars=no, resizable=no");


}

function bulecu(){

if (screen.height==768){

	distanciay=25; //50;
    h=620;

}else{

	distanciay=0; //-5;
    h=620;     
}

if (screen.width==1024){

	distanciax=0; //165;
    a=1008;

}else{

	distanciax=0; //90;
    a=780;
}



ventanbulecu=open("http://www.tridimensional.com/buleriaecuestre","Buleriaecuestre"," width="+a+" height="+h+", scrollbars=yes, resizable=yes, Top="+distanciay+", Left="+distanciax);



}




function Abrir(Nombreventana,Nombre){
//Anfiteatro
//ventana=open(Nombreventana,Nombre," width=500, height=500, scrollbars=yes, resizable=yes");

if (screen.height==768){

	distanciay=0; //50;
    h=740;

}else{

	distanciay=0; //-5;
    h=580;     
}

if (screen.width==1024){

	distanciax=0; //165;
    a=1008;

}else{

	distanciax=0; //90;
    a=780;
}


ventanaanfi=open(Nombreventana,Nombre," width="+a+" height="+h+", scrollbars=yes, resizable=yes, Top="+distanciay+", Left="+distanciax);

}



function Locojazz(){

ventana3=open("../Locojazz.htm","ConcursoLocosporelJazz", " width=400, height=250");

}




function ObtenerFecha(){

	
	Nombremes= new Array();
	Nombredia= new Array();

	Nombremes[1]="Enero";
	Nombremes[2]="Febrero";
	Nombremes[3]="Marzo";	
	Nombremes[4]="Abril";
	Nombremes[5]="Mayo";
	Nombremes[6]="Junio";
	Nombremes[7]="Julio";
	Nombremes[8]="Agosto";
	Nombremes[9]="Septiembre";
	Nombremes[10]="Octubre";
	Nombremes[11]="Noviembre";
	Nombremes[12]="Diciembre";
	Nombredia[1]="Lunes";
	Nombredia[2]="Martes";
	Nombredia[3]="Miércoles";
	Nombredia[4]="Jueves";
	Nombredia[5]="Viernes";	
	Nombredia[6]="Sábado";
	Nombredia[0]="Domingo";




	Fechas=new Date();
	var dia;
	diames=Fechas.getDate();
	dia=Fechas.getDay();
	mes=Fechas.getMonth();
	ano=Fechas.getYear();
	document.write("<font color=black size=1 face='verdana' style='font-size=10px'>"+Nombredia[dia]+ ", "+diames + " - " + Nombremes[mes+1]+ "-" +ano+"</font size>");


}





function Abrirempresa(Ruta,Nombre){

	if (screen.height==768){

	distanciay=0; //50;
    h=740;

}else{

	distanciay=0; //-5;
    h=580;     
}

if (screen.width==1024){

	distanciax=0; //165;
    a=1008;

}else{

	distanciax=0; //90;
    a=780;
}



ventana=open(Ruta,Nombre," width="+a+" height="+h+", scrollbars=yes, resizable=yes, Top="+distanciay+", Left="+distanciax);
//ventana=open(Ruta,Nombre,"width=700, height=600, scrollbars=yes, resizable=yes, Top="+distanciay+", Left="+distanciax");



}









