function ampliar_01() {
	ven = open("agradecimientos.htm","01_default","width=470,height=300,status=no,toolbar=no,menubar=no,scrollbars=no");
}

function abrir(x,y,z) {
     ven =open(x+".htm","ampliacion","width="+y+",height="+z+",status=no,toolbar=no,menubar=no,scrollbars=no"); 
}

function abrir2(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 abrir4(x,y,z,t) {
     ven =open("antologia/"+x+".htm","ampliacion2","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(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 audio_paz(x) {
	ven = open(x+".htm",x,"width=360,height=164,status=no,toolbar=no,menubar=no,scrollbars=no");
}

function cerrar() {
     self.close()
}

//ÉSTE ES EL SCRIPT PARA MOVER LA FLECHA

var intervalID = null;
var Net = (navigator.appName=="Netscape")? 1:0;
function mueve(){
	/*alert (navigator.appVersion+" Nombre: "+navigator.appName+" "+Net) ;*/
	arriba = 650;
	if(Net)
		{
			ahora= window.pageYOffset;
		if (ahora < 500){
			total = arriba;
		}else{
			total= ahora+250;
		}
		if (navigator.appVersion.charAt(0) == "5"){
			document.getElementById("herr").style.top = total;
		}else{
			document.layers["herr"].top = total;}
		}else{
			ahora=document.body.scrollTop;
		if (ahora < 500){
			total = arriba;
		}else{
			total= ahora+250;
		}
			document.all["herr"].style.top=total;
	}
}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

MM_reloadPage(true);
setInterval("mueve()", 500);

