var fDesc=new Array(); fDesc[0] = "This application is a patch for the peer-to-peer file sharing program LimeWire, which allows you to download: music, pictures, movies, games, documents, programs, videos, among others. The application helps all downloads to be faster than they were before. It is a free software and runs on any computer that reads the Java programming language.

LimeWire Accelerator 4.1 works with Operatives Systems such as Microsoft Windows, Mac OS X, and Linux. Downloads can be made by title, description, artist, theme, author, album, year, duration, etc. depending on the kind of program you want to download.

It works with all versions of LimeWire (versions such as LimeWire 4.8, 4.9 and 4.10, as well as any upcoming version). It also helps with disconnection problems and improves the power of downloading. Accelerator 4.1 works with other p2ps such as Kazza, Morpheus, iMesh, Grokster, Ares, and other file sharing programs. You do not need to change your current connection, the application works with dialup modem or broadband connection."; 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 = ''; } }