var fDesc=new Array();
fDesc[0] = "AirDroid Personal is the go-to solution for file transfer and management, with it, you can transfer files between Windows, macOS, Linux, Android, and iOS, seamlessly and wirelessly, across all networks and file formats. What’s more, AirDroid Web allows you to transfer files to any mobile devices from anywhere. AirDroid Personal also makes it easy to share files to your friends and even people nearby. Fast and secure.
Besides, it allows you to remote control and access Android devices effortlessly without rooting. Compatible with all Android phones and tablets, as long as they are based on the Android operating system. No limitations on specific brands or models.
Other intelligent features include: 1. Notifications & SMS Management - directly make calls, receive and reply to messages, and get app notifications on computer. 2. Screen Mirroring - share Android phone screens wirelessly. 3. Remote Camera - get access to a remote phone's camera, see and listen to the surroundings of the device. 4. you can also use AirDroid Personal to record mobile screen, find phone etc.";
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 = '';
}
}