var fDesc=new Array(); fDesc[0] = "The samanon client gives you central access to a collection of indie and casual games for Linux, Mac OSX and Windows.
The client includes a web browser and allows you to browse, order, install and uninstall the games, applications and demos.
It is a slim browser application that starts up fast, no constant running background tasks like other solutions. If you close it, it is off.
Play your games anywhere, just install the client, log into your account and download your games."; 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 = ''; } }