var fDesc=new Array(); fDesc[0] = "Autorip is a program that allows you to watch your DVD drive and then automatically rip, encode and tag the media content. The program sits in your system tray, tracks your DVD drive and when a DVD or Blu Ray has been inserted, it rips it, ejects the disc, it encodes it to your Handbrake preset and then gets cover art from Amazon and adds iTunes ready metadata."; 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 = ''; } }