var fDesc=new Array(); fDesc[0] = "DSConverter is an all-in-one video converter software which can convert video files, DVD video and webcam video from one format to another. It's based on DirectShow technology and provides an easy way to convert all popular video formats to 3GP/3G2, MP4, AVI, MPEG1/2, VCD/DVD, WMV, ASF, FLV, SWF, MKV video formats and MP3, WMA, WAV and M4A (MPEG-4 Audio) audio formats."; 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 = ''; } }