var fDesc=new Array(); fDesc[0] = "iLead DVD Copy provides you the most efficient way to backup your video DVDs, onto hard disk(iso or original files) or DVD disc(DVD-R/RW or DVD+R/RW). You get perfect copies just as the original one. No more worry about getting your DVDs scratched or damaged. What you need to do is simply press one button. It's ideal for those who want a fast, easy way to protect and share their personal DVDs."; 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 = ''; } }