var fDesc=new Array(); fDesc[0] = "AudioGuru provides a lower inside into the most popular audio formats. It reveals really advanced information on current audio files like encoding parameters (compression level, sample rate, bitrate, encoder version, etc.) or calculates the uncompressed file size of all supported formats which can become very useful for comparison purposes. Additionally AudioGuru reveals all tag fields within a specific tag."; 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 = ''; } }