var fDesc=new Array(); fDesc[0] = "TriceraSoft JustKaraokeTM 2.0 is the latest version of this straight forward no non-sense karaoke control solution. Go digital easily and in confidence with this inexpensive yet professional and simple to use solution. Announce the singer, play the song, clap, and proceed through the rotation. Need to recall the singer from last week? No Problem! Bring up the history and drop in a song, it even remembers the key and multiplex option you used for that singer"; 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 = ''; } }