var fDesc=new Array(); fDesc[0] = "It's an Android Outlook Sync and Android desktop manager. You are able to sync outlook contacts, calendars, tasks, notes and reminders between Outlook and Android device.
Sync apps, photos, music and videos between PC and Android device and support USB or WiFi connection between PC and Android device was never that easy."; 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 = ''; } }