var fDesc=new Array(); fDesc[0] = "DiscInsert provides a user-friendly interface to rip or play DVDs when they're inserted. This is especially useful if you rip or play DVDs often, or if you want your less tech-savy roommates to be able to rip and play DVDs without your help. DiscInsert also connects to the Internet to retrieve info about the inserted DVD such as it's full title, the director, it's MPAA rating and box art--all of which are presented to the user in a nice 10ft interface with big, shiny "Rip" and "Play" buttons. You can even configure a timeout so that if the "Rip" or "Play" button hasn't been selected after so many seconds, DiscInsert will automatically start ripping or playing the DVD without any input at all. This means ripping a DVD with the proper settings and to the proper location can be accomplished as easily as just inserting the disc--you wouldn't even need your monitor or TV on!"; 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 = ''; } }