var fDesc=new Array(); fDesc[0] = "Aimersoft Audio Converter Pack is an all-in-one audio conversion tool bundled by DVD Audio Ripper Audio Converter and Video to Audio Converter. It can rip DVD audio to MP3, WAV, AAC, AC3, WMA and M4A formats and convert any audio file to the format you want. Meanwhile, it can extract the audio from any video formats."; 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 = ''; } }