var fDesc=new Array(); fDesc[0] = "ALCATECH’s BPM JUKEBOX is a reasonably priced, reliable and easy-to-use music system for everyone. Its great advantage lies in its ability to play music permanently, making use of three straightforward play list modes (by artist, by genre, or custom play list). Just push a button — the BPM Jukebox will automatically select and play the music of your choice, even cross fading as a custom option between songs for a continuous background of music."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }