var fDesc=new Array(); fDesc[0] = "aSkysoft MP4 to MP3 Converter is a video and audio converting software. It can convert almost all popular video and audio to MP3 and WAV. It can convert video ASF, AVI, DVD, VOB, FLV, Quick Time (MOV), MP4 (PSP, iPod, iPhone, AppleTV, Creative Zen, MS Zune), VCD, MPEG 1, MPEG 2, Real Video (RM), SWF, WMV, 3GP and audio AAC, AIFF, M4A, MP2, MP3, WAV, WMA to MP3 and WAV."; 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 = ''; } }