var fDesc=new Array(); fDesc[0] = "Universal audio converter to convert audio files and other sources in the desired audio type, whether it's audio book, or just your favorite music from YouTube to MP3. The User-friendly interface is as simple as possible because it is implemented using drag-n-drop technology! Supports all popular audio formats (MP3, OGG, WMA, AAC, Mpc, Ape, FLAC, WAVE ...), more than 200+ mobile devices (iPhone, iPad, PSP, HTC ...) and streaming video from YouTube. Further increased the rate of conversion, added batches for converting, resampling and HD support."; 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 = ''; } }