var fDesc=new Array(); fDesc[0] = "DJExtractor is a tool to help rip, encode and tag Promotional DJ subscription services CDs and DVDs with almost no user interaction required. This is a great tool to have if you are a Promotional DJ service subscriber who wants to have your collection transferred to your computer for archiving purposes or personal DJ use."; 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 = ''; } }