var fDesc=new Array(); fDesc[0] = "Panther is free and open media converter that you can use to convert your music and videos from one format to the other.
It is capable of converting both audio and video into various formats. You can even reduce the size of your MP3s so that you can store more songs in the same disk space. You can even create presets to simplify your task of providing the specific settings of your video conversion process."; 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 = ''; } }