var fDesc=new Array(); fDesc[0] = "ConvertHQ is your complete audio & video conversion utility. It converts files to all popular audio & video file formats - for your computer, portable media player, mobile phone, digital media appliance, games console and more. If you need to convert an audio or video file, then ConvertHQ is the perfect choice!
ConvertHQ is optimized for high-quality conversions, yet has easy-to-use presets for each file format so you do not have to be an audio/video expert to create great-looking, great-sounding files! Just select your file and the file format to convert to. Then click Start and that's it!"; 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 = ''; } }