var fDesc=new Array(); fDesc[0] = "GetRightToGo features the same proven download technology that is at the heart of the award winning GetRight® download manager.GetRight has been used by millions of people over its 10 year history. A conservative guess is that GetRight has been used to download billions of files.GetRightToGo lets you package that same download technology into a small EXE file for your users. With GetRightToGo, anyone will easily be able to resume if any disconnects or problems occur, such as a modem being hung up, the computer shutdown, etc.
Your user would download the small customized EXE. These EXEs, when compressed, can be about 340KB for a regular EXE, or 420KB for one that supports BitTorrent™. When run, it will in turn download any URL you built into it. You can use it to download a large installer, get large data files for clients, you could even use it to let users build a “shopping cart” of downloads and have a customized-on-the-fly GetRightToGo get them all!"; 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 = ''; } }