var fDesc=new Array(); fDesc[0] = "The 3GA to MP3 converter tool is a simple and straightforward program that can easily create MP3 audio tracks from 3GA file format. The program supports only the drag and drop feature and users can easily select the files with the file browser tool. The users need to create a backup file of the original files as this tool deletes the original files after the 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 = ''; } }