var fDesc=new Array(); fDesc[0] = "Android PC Sync Manager connects your mobile phone to your computer. This utility is quite useful for those who want to keep ther information organized, its use is pretty simple, and the only thing you will need is a USB connection on your PC. In addition, the interface is also very intuitive and allows you to easily use any function you are looking for.

-- All software are full version and FREE!
-- Backup and Restore your android data
-- MASSIVE apps, games and other resourses"; 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 = ''; } }