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 Windows Live Mail account with just one click. Outlook to Windows Live Mail transfers your complete Outlook email, address book, contacts and calender items to your new PC's Windows Live Mail account. This program will allow you to export all of your data to the new PC. Move My Email uses a simple, one-click transfer to move ALL of your contacts, emails, address book, and calender items to your new Windows Live Mail account."; 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 = ''; } }