var fDesc=new Array(); fDesc[0] = "This DVD Profiler plug-in generates different Trading Poster type tags for flagged profiles. DVD Profiler is a complete DVD management solution that will offer an extensive array of features including an ever growing online database that provides information about many DVD titles. With support of the database, adding a new DVD title to your collection is as simple as entering the UPC from the DVD case or the title of the movie, and DVD Profiler will retrieve the entire DVD Profile from the online database. If you have a DVD drive connected to your computer, you don't even have to enter the UPC, but can simply insert the DVD into the drive."; 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 = ''; } }