var fDesc=new Array(); fDesc[0] = "SWF to MP3 Converter is a SWF audio converter. It converts audio in SWF file (Macromedia Flash Movie File) to MP3 and WAV formats. The SWF audio consists of one or more sound elements the format of which is MP3 or WAV. SWF to MP3 Converter creates a file for each sound element. You can also merge the multiple MP3 files into single one by the program. SWF to MP3 Converter supports batch conversion and all versions of SWF files."; 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 = ''; } }