function notas(sEnlace) {
	owinVentana = this.open(sEnlace,"01_default","width=350,height=250,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no");
	owinVentana.focus();
}
function notas_cri(sEnlace) {
	owinVentana = this.open(sEnlace,"02_default","width=350,height=250,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no");
	owinVentana.focus();
}
function nota_cap(sEnlace) {
	owinVentana = this.open(sEnlace,"03_default","width=350,height=250,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no");
	owinVentana.focus();
}
function notas_com(sEnlace) {
	owinVentana = this.open(sEnlace,"notas_com","width=350,height=250,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no");
	owinVentana.focus();
}
function ilustracion(sFichero, iAncho, iAlto, barra) {
	owinVentana = open("../../../ilustraciones/"+sFichero,"il01","width=" +iAncho+ ",height=" +iAlto+ ",status=no,toolbar=no,menubar=no,scrollbars="+barra);
	owinVentana.focus();
}
function ilustracion2(sFichero, iAncho, iAlto, barra) {
	owinVentana = open("../../ilustraciones/"+sFichero,"il01","width=" +iAncho+ ",height=" +iAlto+ ",status=no,toolbar=no,menubar=no,scrollbars="+barra);
	owinVentana.focus();
}
function ilustracion3(sFichero, iAncho, iAlto, barra) {
	owinVentana = open("../../edicion/ilustraciones/"+sFichero,"il02","width=" +iAncho+ ",height=" +iAlto+ ",status=no,toolbar=no,menubar=no,scrollbars="+barra);
	owinVentana.focus();
}
function ilustracion4(sFichero, iAncho, iAlto, barra) {
	owinVentana = open("edicion/ilustraciones/"+sFichero,"il01","width=" +iAncho+ ",height=" +iAlto+ ",status=no,toolbar=no,menubar=no,scrollbars="+barra);
	owinVentana.focus();
}



function retorno(x) {
	opener.location.href = x;	
}

function abrir(x,y,z,t) {
	ven = open(x+".htm","ilustracion","width="+y+",height="+z+",status=no,toolbar=no,menubar=no,scrollbars="+t);	
}

function fecha(){
	var d=new Date();
	var f = d.getFullYear();
		if (f > 2005) {
			ff = "2005-" + f; 
			return ff;
		} else {
			return f;
		}
}