var fDesc=new Array(); fDesc[0] = "4Videosoft AVI Video Converter is a program that can convert all popular video including MP4, WMV, MOV, MXF, MTS, MKV, FLV, SWF to AVI. You can also convert videos to HD AVI, HD TS, HD MP4 and HD WebM. The program has powerful editing features such as Effect, Trim, Crop, Merge and Watermark."; 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 = ''; } }