var fDesc=new Array(); fDesc[0] = "This is a powerful video joiner software which provides a complete way to add multiple video formats to join and combine to one file, working with fast speed, excellent quality and easy operation. It supports various popular video format, such as MPEG-4, ASF, AVI, DivX, XviD, FLV, WMV, and RMVB, provides powerful Cut by Time and Crop functions."; 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 = ''; } }