var fDesc=new Array(); fDesc[0] = "Do you want to convert all your audio files or CD Rip to mp3 format for your iPod, PSP or phone? Boxoft Audio Converter is such software to help you convert audio files to your desired format or CD Rip in short time. The smart tool provides an all-in-one processing interface for you, no matter which format you want to input or which format you need to output."; 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 = ''; } }