function parpadeo() {
	var imagen = document.images["parpadeante"];
	imagen.style.visibility = (imagen.style.visibility == "visible") ? "hidden" : "visible";
}
setInterval("parpadeo()", 1200);

function quienesSomos() {
	ancho = 600;
	alto = 420;
	xpos=(screen.width/2)-(ancho/2);
	ypos=(screen.height/2)-(alto/2)-50;
	window.open("quienesSomos.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
}

function contacto() {
	ancho = 460;
	alto = 270;
	xpos=(screen.width/2)-(ancho/2);
	ypos=(screen.height/2)-(alto/2)-50;
	window.open("contacto.html","ventana",'resizable=no,location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
}

function homenajeMa() {
	ancho = 420;
	alto = 320;
	xpos=(screen.width/2)-(ancho/2);
	ypos=(screen.height/2)-(alto/2)-50;
	window.open("videoMa.html","ventana",'resizable=no,location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
}

function avisoLegal() {
	ancho = 460;
	alto = 230;
	xpos=(screen.width/2)-(ancho/2);
	ypos=(screen.height/2)-(alto/2)-50;
	window.open("avisoLegal.html","ventana",'resizable=no,location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
}

function presentacion(x) {
	ancho = 720;
	alto = 560;
	xpos=(screen.width/2)-(ancho/2);
	ypos=(screen.height/2)-(alto/2)-50;
	
	if (x == 'autoresAk')
		window.open("recursos/Autores Antologia/AutoresA-K/AutoresA-K.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'autoresLz')
		window.open("recursos/Autores Antologia/AutoresL-Z/AutoresL-Z.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'Mauthausen1') {
		ancho = 746;
		alto = 592;
		window.open("recursos/5. Espania/Mathausen1/Mathausen1.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
		}
	
	else if (x == 'Mauthausen2') {
		ancho = 746;
		alto = 592;
		window.open("recursos/5. Espania/Mathausen2/Mathausen2.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
		}
	
	else if (x == 'Mauthausen3') {
		ancho = 746;
		alto = 592;
		window.open("recursos/5. Espania/Mathausen3/Mathausen3.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	else if (x == 'filosofia') 
		window.open("recursos/2.1 Filosofia/PresentacionFilosofia/PresentacionFilosofia.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'musica') 
		window.open("recursos/2.5 Musica/musicaYholocausto/musicaYholocausto.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'schonberg') 
		window.open("recursos/2.5 Musica/schonberg/schonberg.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
				
	else if (x == 'etica') 
		window.open("recursos/2.1 Filosofia/PresentacionEtica/PresentacionEtica.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'principios') {
		ancho = 746;
		alto = 592;
		window.open("recursos/1. Principios/principios/principios.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	
	else if (x == 'historia1') {
		ancho = 746;
		alto = 592;
		window.open("recursos/2.2 Historia/historia1/historia1.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
		
	else if (x == 'historia2') {
		ancho = 746;
		alto = 592;
		window.open("recursos/2.2 Historia/historia2/historia2.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
		
	else if (x == 'historia3') {
		ancho = 746;
		alto = 592;
		window.open("recursos/2.2 Historia/historia3/historia3.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
		
	else if (x == 'historia4') {
		ancho = 746;
		alto = 592;
		window.open("recursos/2.2 Historia/historia4/historia4.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	
	else if (x == 'maus') 
		window.open("recursos/2.3 Plastica/PresentacionMaus/PresentacionMaus.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'sturmer') 
		window.open("recursos/2.3 Plastica/DerSturmer/DerSturmer.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'eFisica') 
		window.open("recursos/2.6 E.Fisica/E.Fisica/E.Fisica.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'viktorFrankl') 
		window.open("recursos/2.8 Psicologia/viktorFrankl/viktorFrankl.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'nocheyNiebla') 
		window.open("recursos/2.10 Frances/Noche y Niebla/Noche y Niebla.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'heisenberg') 
		window.open("recursos/2.12 Fisica-Quimica/heisenbergEinstein/heisenbergEinstein.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
		
	else if (x == 'cineHolocausto1') 
		window.open("recursos/2.13 Cine/cineHolocausto1/cineHolocausto1.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
		
	else if (x == 'cineHolocausto2') 
		window.open("recursos/2.13 Cine/cineHolocausto2/cineHolocausto2.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
		
	else if (x == 'cineHolocausto3') 
		window.open("recursos/2.13 Cine/cineHolocausto3/cineHolocausto3.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'cineHolocausto4') 
		window.open("recursos/2.13 Cine/cineHolocausto4/cineHolocausto4.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
		
	else if (x == 'cineHolocausto5') 
		window.open("recursos/2.13 Cine/cineHolocausto5/cineHolocausto5.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	
	else if (x == 'Bedzin-Lodz-Chelmno') {
		ancho = 746;
		alto = 592;
		window.open("recursos/8. Polonia/Bedzin-Lodz-Chelmno/Bedzin-Lodz-Chelmno.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	
	else if (x == 'Bedzin-Lodz-ChelmnoII') {
		ancho = 746;
		alto = 592;
		window.open("recursos/8. Polonia/Bedzin-Lodz-ChelmnoII/Bedzin-Lodz-ChelmnoII.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	
	else if (x == 'Cracovia-Plaszow') {
		ancho = 746;
		alto = 592;
		window.open("recursos/8. Polonia/Cracovia-Plaszow/Cracovia-Plaszow.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	
	else if (x == 'Cracovia-PlaszowII') {
		ancho = 746;
		alto = 592;
		window.open("recursos/8. Polonia/Cracovia-PlaszowII/Cracovia-PlaszowII.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	
	else if (x == 'Lublin-Majdanek-Krasnik') {
		ancho = 746;
		alto = 592;
		window.open("recursos/8. Polonia/Lublin-Majdanek-Krasnik/Lublin-Majdanek-Krasnik.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	
	else if (x == 'Tikutin-Treblinka-Wlodawa') {
		ancho = 746;
		alto = 592;
		window.open("recursos/8. Polonia/Tikutin-Treblinka-Wlodawa/Tikutin-Treblinka-Wlodawa.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	
	else if (x == 'Varsovia') {
		ancho = 746;
		alto = 592;
		window.open("recursos/8. Polonia/Varsovia/Varsovia.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	
	else if (x == 'VarsoviaII') {
		ancho = 746;
		alto = 592;
		window.open("recursos/8. Polonia/VarsoviaII/VarsoviaII.html","ventana",'resizable=no, location=no,width='+ancho+',height='+alto+',left='+xpos+',top='+ypos+'');
	}
	
	
		
	
	}
	
	


