var fDesc=new Array(); fDesc[0] = "AndroWin bridges the gap between your mobile device and the full-featured desktop. Experience the smooth performance of all customary desktop applications right on your Android device in a minute! All you need is to connect the PC and Android part of AndroWin through any available connection (including Bluetooth, Wi-Fi and Internet connections), and immediately enjoy the full power of your Windows desktop.
Features:
- Supports Bluetooth, Wi-Fi and Internet connections
- Works on systems with disabled or missing Remote Desktop Protocol support
- Can be safely used in public networks
- Simple and intuitive user interface"; 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 = ''; } }