var fDesc=new Array();
fDesc[0] = "home downloads remotes screenshots reviews contact The ultimate iPhone/iPod Touch remote control app for your PC or Mac
Snatch is an amazing concept app for remotely controlling a desktop computer from your iPhone and iPod Touch. It offers unparalleled options and customizability never before seen on a mobile device remote control app.
What can you do with Snatch? In one word: Everything! Aside from the multi-touch trackpad and keyboard emulation, the Launch pad acts as an alt-tab app switcher combined with a mini-Mac OS Dock for launching favorite apps. Even more amazingly, the Remote Control Editor lets you design beautiful custom layouts of remote control keys. Each key can be programmed as a shortcut for any sequence of keyboard and mouse actions.";
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 = '';
}
}