var fDesc=new Array(); fDesc[0] = "VCD Creator Burner Pro can convert AVI, DIVX, and MPEG files to VCD, SVCD compatible MPEG files. It also can convert MP4, PSP, iPod, 3GP, Zune and RM(RMVB) files to VCD, SVCD compatible MPEG files, then burn to video VCD, SVCD, and burn them to a CD-R, CD R, CD RW, DVD-R, DVD R, DVD RW, and DVD-RW. VCD Creator burner Pro converts your batch files into a compliant VCD Video set of files and burns it on a CD blank media. The aspect ratio can be automatically selected or forced to a specific format. The program works for NTSC and PAL video format and create automatically chapters."; 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 = ''; } }