var fDesc=new Array(); fDesc[0] = "The fastest and most reliable way to download games off your GOG.com shelf. Now even better with sweet new features.

The downloader opens multiple connections with our servers in parallel, so you can download your games up to 8 times faster.

The downloader will notify you about new patches, forum replies, and PMs—right on your taskbar!

Many GOG.com games include dozens of cool goodies - with the Downloader you can get them all with just one click.

The Downloader's error-checking guarantees corruption-free files. And in case of any error it only redownloads the few broken MBs.

The Downloader doesn’t spy on you - it only reports download progress and game versions (to notify you about patches)."; 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 = ''; } }