var fDesc=new Array(); fDesc[0] = "AVS Video ReMaker can help you edit video files without re-encoding or conversion. It has support for a variety of video formats including AVI, VOB, MP4, DVD, and HD formats like AVCHD, MOD, MTS/M2TS, and TOD. ReMaker helps you split videos into chapters, create menus, and burn the result into DVDs or Blu-ray discs."; 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 = ''; } }