',2); if (p3[0] && p3[0]!='') { eval(p3[0]); texto=p1[0]+p3[1]; texto=rescatar_script(texto); } } return texto; } function ejecutarAjax(datos,objeto) { misDatos = datos[0]; miObjeto = objeto[0]; datos.shift(); objeto.shift(); if (miObjeto != false) { divResultado = document.getElementById(miObjeto); } ajax = objetoAjax(); ajax.open('GET', misDatos); ajax.onreadystatechange=function() { if (ajax.readyState==4) { if (ajax.responseText != '-1') { texto=rescatar_script(ajax.responseText); if (miObjeto != false) { divResultado.innerHTML = texto; } } else if (ajax.responseText == '-1') { if (miObjeto != false) { divResultado.parentNode.removeChild(divResultado); } } ajax = null; if (datos.length > 0) { ejecutarAjax(datos,objeto); } } } ajax.send(null); } var intPop function popup(mensaje,cierre) { var aviso = document.getElementById('avisos'); aviso.style.display= 'block'; if (window.innerHeight){ //navegadores basados en mozilla var anchura = window.innerWidth; var altura = window.innerHeight; } else if (document.body.clientHeight){ //Navegadores basados en IExplorer, es que no tengo innerheight var anchura = document.body.clientWidth; var altura = document.body.clientHeight; } var xScroll = window.pageXOffset; var yScroll = window.pageYOffset; aviso.style.top = (((altura - aviso.offsetHeight) / 2) + yScroll) + 'px'; aviso.style.left = (((anchura - aviso.offsetWidth) / 2) + xScroll) + 'px'; aviso.innerHTML = mensaje; if (cierre > 0) { intPop = setInterval('cerrarPopup()',cierre); } } function cerrarPopup() { var aviso = document.getElementById('avisos'); aviso.style.display= 'none'; aviso.style.top = '0px'; aviso.style.left = '0px'; aviso.innerHTML = ''; clearInterval(intPop); }
TRABAJOS REALIZADOS EN CREACIÓN MUSICAL.
lOS ALUMNOS REALIZARON INSTRUMENTOS MUSICALES DESARROLLANDO SU FACETA MÁS ARTÍSTICA.
Los alumnos crearon sus propios instrumentos musicales en el taller de creación artística del departamento de música y colaboró también el departamento de artes, para la decoración de los mismos.