var fDesc=new Array(); fDesc[0] = "Movkit DVD Copy is a powerful tool to create perfect picture-quality DVD backups, using specialised transcoding technology. You will get real DVD copies of your DVD collection within 30-40 minutes without any loss of quality. You get exactly same DVD movie as original one, at high speed and sound quality without distortion of 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 = ''; } }