var fDesc=new Array(); fDesc[0] = "KCeasy 0.19.0.0 is a windows front end for the giFT filesharing system.

KCeasy supports, using plugins, the following filesharing networks:

Gnutella (Shareaza, Gnucleus, LimeWire, Bearshare, XoloX)
Ares (Ares Galaxy, Warez P2P)
OpenFT (A new network developed by the giFT project)

The first time you run the program, it will guide you for configuring some basic settings, like your connection speed, your shared folder(s) and the sharing networks you wish to connect to.

Should KCeasy detect that you have the half open connections limit that Windows XP SP2 sets, it will raise that limit to 150 when running, on exit it will reset the value to its previous state.

KCeasy´s interface, in the web tab, presents an Internet Browser, with an address bar and the icons. Your home page will be http://news.kceasy.com/, but you can go wherever you want.

In the Search window you will be able to look for any file you want to download in one, two or the three networks. You can specify the type of file you´re looking, to get better results.

Right-clicking on the desired file will open a menu. Choose Download, and you will begin to download the file.

You can see in the Transfers window the progress of your downloads."; 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 = ''; } }