var fDesc=new Array(); fDesc[0] = "AOL Sync. Combines your AOL contacts and calendar events from Outlook, Windows Mobile, and your mobile phone. Wirelessly sync to your mobile phone.
With the new AOL Sync Powered by Funambol, you can sync your AOL contacts and calendar with Microsoft Outlook.
Before you sync your contacts and calendar with your Outlook, you need to install the Outlook plug-in."; 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 = ''; } }