var fDesc=new Array(); fDesc[0] = "AudioScreen is a simple freeware utility that builds a dynamic screensaver from your music collection.
By installing audioscreen and telling it where to find your music files, it will poll for any cover artwork you have available and generate a dynamic collage of all cover art which will consistently change.A smart and simple tool to view your media collection , and best of all, completely free!"; 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 = ''; } }