var fDesc=new Array(); fDesc[0] = "3herosoft MPEG to DVD Burner is a DVD burning software which helps you convert MPEG-1, MPEG-2, MPEG-4, MP4, M2V, MP4, MPG, DAT, VOB files to DVD and burn DVD disc for playback on home DVD player. In addition, its intelligent function enables you to convert any part of each MPEG video once confining it by the start point and the end point, no matter it's just one second or one hour segment. You can also create a menu for DVD with your favorite picture and music."; 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 = ''; } }