var fDesc=new Array(); fDesc[0] = "Amor AVI DivX MPEG to VCD SVCD DVD Creator & Burner- can convert AVI, DIVX, WMV, RM, MOV, ASF and MPEG files to VCD, SVCD, DVD compatible MPEG files, then burn to video VCD, SVCD,DVD and burn them to a CD-R, CD+R, CD+RW, DVD-R, DVD+R, DVD+RW, and DVD-RW, With this software, you can create real VCDs, SVCDs, and DVDs so that you can play your movies on VCD or DVD player."; 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 = ''; } }