var fDesc=new Array(); fDesc[0] = "Slider Server converts your iPad into an extraordinary 10" multi-touch keyboard and trackpad interface by detecting computers on your network and allowing you to wirelessly connect to them. Slider can work as either a full trackpad or as a keyboard trackpad combo input device.
Features:
-Control your computer's keyboard and mouse right from your iPad.
-With wireless connectivity your free to bring your keyboard and mouse anywhere you want.
-The entire user interface has been thoughtfully designed to be quick, easy and natural to interact with.
-Every keystroke and every mouse movement happens instantly with virtually no latency.
-Gives us a wonderfully large and immersive trackpad experience previously not available.
-Bring rich multi-touch gestures to any Mac or PC with the immersive feel only achievable on the iPad."; 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 = ''; } }