var fDesc=new Array();
fDesc[0] = "iXcelerator is a universal file sharing accelerator that works with all main Bittorent P2P clients. It automatically performs checksum check up to prevent incorrect downloads, resumes interrupted downloads, offers optimization for TCP/IP settings and opens correct local/router ports.
Main Features:
- It works with all main Bittorent p2p clients
- Increase of download speed by 200%
- The simplest interface ever (it features comprehensive data about your Internet connection and the download process)
- Auto-configuration functions - iXcelerator establishes the bandwidth available and optimizes the connection for you
- Resumes interrupted downloads automatically
- Automatically performs checksum check up to prevent incorrect downloads
- Repairs connections issues in Windows XP
- Offers optimization for TCP/IP settings
- Opens correct local/router ports
- Can be used through system tray icon
- Saves and auto loads configuration from last run at system 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 = '';
}
}