var fDesc=new Array(); fDesc[0] = "ACM Convert is a simple to use standalone program that allows you to convert between MP3 and WAV, using ACM (Microsofts Audio Compression Management API). Finally, not only is there an easy way to encode WAV's to MP3's, but to decode them back as well. ACM Convert works on all versions of Windows, from Window 95 to Windows 7 and everything in between (including XP, Vista, Win2k, etc)."; 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 = ''; } }