var fDesc=new Array(); fDesc[0] = "Ultra MPEG to DVD Burner is a powerful and handy tool to burn video DVD VCD SVCD disc from exist DVD VCD SVCD compatible MPEG files which has been converted using your video converting tools, so you can play movies on your home DVD Player. With this software, you can create a real DVD VCD or SVCD, not only a MPEG file on your hard disk. It support NTSC and PAL TV mode, support Normal TV's aspect ratio(4:3) and HDTV's aspect ratio(16:9), support CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+RW disc, support a broad range of DVD-R/RW and DVD+R/RW burners. High-Speed burner engine inside and very easy to use."; 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 = ''; } }