var fDesc=new Array(); fDesc[0] = "This is a Windows Media Center Presentation Layer Application that lists all files in a given directory and allows the user to use Daemon Tools to mount the selected image file. This allows a user to store image files of their DVD collection and have one library interface that allows you to load the disc without having to leave the comfort of your couch.

In order to use this application, you must be running Windows Vista Home Premium or Windows Vista Ultimate."; 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 = ''; } }