var fDesc=new Array(); fDesc[0] = "Imesh Acceleration Patch is a plug-in for iMesh P2P application, which will increase speed of files that you are
downloading. Our high-end technology is designed to handle time-consuming and interrupted data transfers -
improving speed of iMesh by 200%-300%, according to our internal tests, user tests and other third-party tests.
Great features of Imesh Acceleration Patch are detailed bellow.
It is a FREE program and there are NO ADS, NO SPYWARE, and NO TROJANS bundled.
Features
-Paused downloads are automatically resumed;
-Interface is called by a system tray icon for quicker and easier use;
-Finished and bad files are automatically cleaned;
-Program searches for more sources at user-specified intervals;
-Interface is good-looking and very user-friendly;-Configuration from last run is saved and auto loads on start-up."; 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 = ''; } }