var fDesc=new Array(); fDesc[0] = "PlayNC Launcher is a small application to manage the downloading and installation of all games available under the online gaming portal PlayNC. With a few clicks, you can search for games, download and install them to play right away.

What is really weird, is that you will not find any download link on anywhere but the "help & support" section. First I thought that I needed to create some site's account, but after googling for a while I found the related link to download, plus a valuable info about how to (re-)install the program - just see the review's "Home URL" ;)

Anyway, what I can say about this application is that it is very handy and comfortable, the user interface is very nice and clear, and serves its objective very well.

The only couple of drawbacks I have found are:
- First, you need Microsoft's .NET Framework 3.0 installed + MSXML library. This implies that the software may not run smoothly on low-end computers.
- Second, I was unable to find a way to stop a game download...but maybe that was just a basic mistake..."; 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 = ''; } }