var fDesc=new Array(); fDesc[0] = "Move, convert and migrate your Email, Address Book, Contacts and Calendar Items from your old Outlook account to your new Mac Mail, Address Book and iCal programs simply and easily! Outlook Express to Outlook transfers your email, attachments and email folder structure to your new Outlook account. This software will allow you to export all of your emails, attachments and sent items to the new PC."; 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 = ''; } }