function lanzarNotaLegal(lang) {
	window.open("/nota-legal/","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/","condicionesGenerales","width=400,height=600,toolbar=0,resizable=0,scrollbars=yes,location=0,directories=0,status=0,menubar=0");
}
