var fDesc=new Array(); fDesc[0] = "With this program you can transfer your email to your new Mac's Entourage account. This will create an Entourage account with all of your Outlook Express emails. The Outlook Express 'export' feature will only allow you to export an Outlook Express account to another Outlook Express program. It will not convert the file into a format that can be imported into Entourage."; 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 = ''; } }