var fDesc=new Array(); fDesc[0] = "CheapestSoft VCD Creator(Converter & Burner) 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."; 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 = ''; } }