var fDesc=new Array(); fDesc[0] = "Huelix Audio Converter is a powerful yet easy-to-use Windows® application to convert your audio between various formats. It supports high quality and fast conversions between MPEG Layer 3 (MP3), Windows Media Audio (WMA), Ogg-Vorbis Audio (OGG), and Microsoft® WAV formats. You can get started with zero configuration but the application allows you tweak the export formats completely if you so desire"; 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 = ''; } }