var fDesc=new Array();
fDesc[0] = "Turn your mobile phone or tablet into a set of wireless mouse and keyboard.
Mouse, Keyboard and Touchpad
Control made simple. It's a perfect combination of 3 most common remote control devices. With smarter multi-touch gestures, all you need is to click and slide.
More Personalized Remote Panel
Watching videos in bed? Filling house with music? Or making a self-running presentation? Remote Mouse allows you to control your computer freely at anywhere and at any time.
Fully simulated functions of wireless mouse and keyboard
Main mouse functionalities featured, including click, double-click, right-click, scroll and drag
Both portrait and landscape mode mouse touchpad supported
iOS default keyboards integration with customized function keys
Key Combos supported
Wireless control of your computer anywhere in your room
Works under WiFi and 3G Network
Intuitive interface and easy to use
Compatible with Windows 8, 7, XP, Vista
Compatible with Mac OSX Lion/Snow leopard/Leopard";
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 = '';
}
}