function changeImgLogo(i) { if (i==0) { imgLogo.src='imgs/LOGO-little.gif' } else { imgLogo.src='imgs/LOGO-little-RED.gif' } } function includeBarra(sIniciQS,sApartado,sColeccionLink) { document.write(''); document.write(''); document.write(' '); document.write(' '); document.write(''); document.write(''); document.write(' '); document.write(''); document.write('
'); document.write('
'); document.write(' '); document.write('
'); document.write('
'); document.write(' ' + sApartado + '   '); document.write('
'); if (sColeccionLink=='') { document.write(' INICI  |  @'); } else { document.write(' INICI  |  COL.LECCIONS  |  @'); } document.write('
'); }