var fDesc=new Array(); fDesc[0] = "MobileGo's powerful multi-files manager makes it easier than ever to download, manage, import & export your music, photos and videos with the push of a button, in real time, all in one location. De-duplicate contacts, switch devices, manage your growing app collection, backup & restore and even send messages from your desktop. It's all possible with MobileGo!

MobileGo's Essential Toolkit makes optimizing & managing your mobile devices essentials a breeze. You can backup&restore all your important data, root your android device to get around any restriction, easily recover your lost files or erase your mobile to protect privacy."; 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 = ''; } }