var fDesc=new Array(); fDesc[0] = "PlayIt Cartwall is a standalone grid of one-touch audio players. This is ideal for playing jingles from a touchscreen or a separate monitor. Simply drag and drop audio files from your system to this application to set the audio clip. You can play from a range of formats, including WAV, MP3, WMA, MP4, and FLAC."; 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 = ''; } }