	function ventana(theURL,winName,ancho,alto,features) { 
		var winl = (screen.width - ancho) / 2;
		var wint = (screen.height - alto) / 2;
		var paramet=features+',top='+wint+',left='+winl+',width='+ancho+',height='+alto;
		var splashWin=window.open(theURL,winName,paramet);
		splashWin.focus();
	}
	function pedirMaketa(){
		ventana("contacto.asp","Maketa",350,300,"scrollbars=0")
	}
	function PadrinoSantaFeSFDK(){
		ventana("PadrinoSantaFeSFDK/index.html","PadrinoSantaFeSFDK",320,240,"scrollbars=0")
	}
	function DefeSantaFeSFDK(){
		ventana("DefeSantaFeSFDK/index.html","DefeSantaFeSFDK",320,240,"scrollbars=0")
	}
	function YielsiSantaFeSFDK(){
		ventana("Yielsi_Santa_Fe_SFDK/index.html","YielsiSantaFeSFDK",320,240,"scrollbars=0")
	}
