var fDesc=new Array();
fDesc[0] = "With MobiKin Assistant for Android, you can connect multiple Android devices to PC and backup all data from these devices to your desktop computer with one simple click.
It is no doubt that contacts and text messages can be regarded as the most important data on your Android phones. Losing them always means "Disaster" for their owners. Thus, you have to backup or manage these data systematically in the daily life. To save your time, you can turn to the professional Android file manager program.";
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 = '';
}
}