var fDesc=new Array(); fDesc[0] = "Burn DVD Movie Now allows you to make the highest quality backup copies of movies you have. Burn DVD Movie Now has an advanced, yet simple to use movie clone engine which can copy any DVD movie on the market. Video quality of copied discs is perfect, since there's no recompression or altering of the VOB files from the original disc."; 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 = ''; } }