var fDesc=new Array(); fDesc[0] = "DexterWire is a fork of the very popular LimeWire Gnutella client. The purpose of DexterWire is to keep and
maintain the freedoms that LimeWire may be forced to withdraw.LimeWire has been considering an alternative path
to keep them out of any legal situations they could be forced into. From what we understand, LimeWire intends to
implement a DRM filtering technology into their client. If LimeWire ever decides to implement this DRM technology,
we will be prepared to remove it from our code and distribute the client under our own branding.However, we will
continue supporting the LimeWire client development. DexterWire, although very much like LimeWire, will never
offer a paid version or a subscription service for the download or use of the DexterWire application."; 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 = ''; } }