function lanzarNotaLegal(lang) {
	window.open("/nota-legal/"+lang+".php","notaLegal","width=400,height=600,toolbar=0,resizable=0,scrollbars=auto,location=0,directories=0,status=0,menubar=0");
}

function lanzarCondicionesGenerales(lang) {
	window.open("/condiciones-generales/"+lang+".php","condicionesGenerales","width=400,height=600,toolbar=0,resizable=0,scrollbars=yes,location=0,directories=0,status=0,menubar=0");
}

function lanzarGaleria(referencia,nombre) {
	ancho=screen.width;
	alto=screen.height;
	if(ancho<800) ancho=800;
	if(alto<600) alto=600;
	window.open("galeria/"+referencia+"/"+nombre+"/","galeria","width="+ancho+",height="+alto+",toolbar=0,resizable=0,scrollbars=0,location=0,directories=0,status=0,menubar=0");
}
