var fDesc=new Array(); fDesc[0] = "LimeWire Media Center is the ideal companion for the popular LimeWire file sharing program. All files downloaded with LimeWire are instantly detected and imported in the media view where they can be browsed and managed by media type (audio, video, images, documents and software).

Thanks to the built-in theatre you can play your audio and video files either in windowed or full screen mode and with the media details editor you can easily change the information for each file.

You can use LimeWire Media Center when LimeWire is either online or offline."; 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 = ''; } }