var fDesc=new Array(); fDesc[0] = "DVDneXtCOPY Ultimate combines the highest possible quality and speed to produce perfect copies of all your favourite DVD movies. It comes packed with features to copy DVD movies to DVD, iPod, PSP, Zune your computer hard drive and more. It also has the ability to copy up to 10 standard DVD movies to your computer, DVD, BluRay, One Blank Disc (No Need to Split), and many more. It allows you to copy VideoDVD to BluRay. The application is compatible with Windows 7, VISTA, XP, 2000."; 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 = ''; } }