var fDesc=new Array(); fDesc[0] = "O2M may be the fastest way to move your Windows® Outlook email, contacts, and calendar appointments from your PC to your Macintosh® computer! (1) Just fire up O2M on your Windows PC, pick the Outlook folders you want to export, choose the filtering options you want to use, and click Start — O2M does the rest, automatically exporting your Outlook data into portable files you can import directly into your Apple® Mail, Address Book, iCal, Microsoft Entourage, or other Macintosh-compatible programs."; 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 = ''; } }