var fDesc=new Array(); fDesc[0] = "illumi WMV to DVD is an all-in-one utility for WMV and DVD,VCD,SVCD video conversion needs. With this tool, you can easily convert almost all the media formats into WMV or DVD,SVCD,VCD,MPEG,MPEG2 format. illumi AVI to DVD has a super-fast conversion engine, optimized for those multi-core processors."; 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 = ''; } }