var fDesc=new Array(); fDesc[0] = "Advanced Audio Compressor for Windows is a great program for compressing digital audio files in MP3, OGG, WMA, AAC and other popular audio formats. Advanced Audio Compressor (AAC) performs all audio processing tasks you need to get your audio files ready for for sharing or storing, convert video to audio and convert audio files for portable devices."; 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 = ''; } }