function ampliar_01() {
	ven = open("agradecimientos.htm","01_default","width=420,height=510,status=no,toolbar=no,menubar=no,scrollbars=no");
}

function notas (enlace) {
	ven = open(enlace,"02_default","width=550,height=350,status=no,toolbar=no,menubar=no,scrollbars=yes");
	ven.focus();
}
function biblio() {
	ven = open("bibliografia.htm","bibliografia","width=500,height=280,status=no,toolbar=no,menubar=no,scrollbars=yes");
}

function abrir(x) {
     ven =open(x+".htm","ampliacion","width=700,height=500,status=no,toolbar=no,menubar=no,scrollbars=yes"); 
}
function abrir01(x,y,z) {
     ven =open(x+".htm","ampliacion","width="+y+",height="+z+",status=no,toolbar=no,menubar=no,scrollbars=no"); 
}

function cerrar() {
     self.close()
}

function cronicas(y) {
	if (navigator.appName == 'Netscape') {  
//		alert("NETSCAPE");
	     	ven = open(y+".htm",y,"width=730,height=525,screenX=0,screenY=0,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
	} else {
		ven = open(y+".htm",y,"width=730,height=525,top=0,left=0,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
     	}
}
function cronicasdef(x,y) {
	if (navigator.appName == 'Netscape') {  
//		alert("NETSCAPE");
	     	ven = open(x+"/"+y+".htm",y,"width=730,height=525,screenX=0,screenY=0,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
	} else {
		ven = open(x+"/"+y+".htm",y,"width=730,height=525,top=0,left=0,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
     	}
}

function traduccion(y) {
	if (y == 'orwell_traduc_2') {  
	     	ven = open("orwell_traduc.htm#01",y,"width=730,height=480,screenX=0,screenY=0,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
	} else {
		ven = open(y+".htm",y,"width=730,height=480,top=0,left=0,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
	}
}

function expo(x,y) {
	if (navigator.appName == 'Netscape') {  
//		alert("NETSCAPE");
	     	ven = open(x+"/"+y+".htm",x,"width=730,height=525,screenX=0,screenY=0,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
	} else {
		ven = open(x+"/"+y+".htm",x,"width=730,height=525,top=0,left=0,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no");
     	}
}

function imprimir(x) {

            ven = open(x+".htm","default","width=740,height=450,status=no,toolbar=no,menubar=no,scrollbars=yes");

            ven.focus();

}

function fecha(){
	var d=new Date();
	var f = d.getFullYear();
		if (f > 2006) {
			ff = "2006-" + f; 
			return ff;
		} else {
			return f;
		}
}

function cerrar() {
     self.close()
}