var fDesc=new Array(); fDesc[0] = "With this tool you can select the required tracks and convert the audio track into space-saving and universal data formats like MP3, M4A, OGG, WMA. You can also copy your video files onto an external drive. The clever 3-step-technology of this program, converts your music DVDs or data in high quality into the desired format and much more."; 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 = ''; } }