var fDesc=new Array(); fDesc[0] = "TrekStor i.Beat 115 is a free application that provides menu modes to control all your music tracks. You can copy audio files in MP3 or WMA format from the PC to the removable disk, or do the reverse. The program also allows you to set the background against the foreground contrast."; 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 = ''; } }