function ampliar_01() {
	ven = open("agradecimientos.htm","01_default","width=450,height=350,status=no,toolbar=no,menubar=no,scrollbars=no");
}

function abrir(x,y,z,t) {
     if (navigator.appName == 'Netscape') {
     	y = 20 + y;
     	z = 20 + z;
     	ven = open(x+".htm",x,"width="+y+",height="+z+",status=no,toolbar=no,menubar=no,scrollbars="+t);
     } else {
     	ven = open(x+".htm",x,"width="+y+",height="+z+",status=no,toolbar=no,menubar=no,scrollbars="+t);
     }
}

function abrir2(x,y,z,t) {
	if (navigator.appName == 'Netscape') {
		y = 20 + y;
		z = 20 + z;
		ven = open("antologia_ampliacion_"+x+".htm",x,"width="+y+",height="+z+",status=no,toolbar=no,menubar=no,scrollbars="+t);
	} else {
		ven = open("antologia_ampliacion_"+x+".htm",x,"width="+y+",height="+z+",status=no,toolbar=no,menubar=no,scrollbars="+t);
   }
}

function abrir3(x,y,z,t) {
		if (navigator.appName == 'Netscape') {
			y = 20 + y;
			z = 20 + z;
			ven =open("bibliog_ampliacion_"+x+".htm",x,"width="+y+",height="+z+",status=no,toolbar=no,menubar=no,scrollbars="+t);
		} 
		else {
			ven =open("bibliog_ampliacion_"+x+".htm",x,"width="+y+",height="+z+",status=no,toolbar=no,menubar=no,scrollbars="+t);
		}
	}

function fecha(){
	d=new Date();
	f = d.getFullYear();
		if (f > 2004) {
			ff = "2004-" + f; 
			return ff;
		} else {
			return f;
		}
}

function audio(x,y,z,t) {
	ven = open("../audios/"+x+".htm",x,"width="+y+",height="+z+",status=no,toolbar=no,menubar=no,scrollbars="+t);

}

function cerrar() {
     self.close()
}