var fDesc=new Array(); fDesc[0] = "AOL Easy Transfer Wizard offers you a quick and easy way to switch to your new AOL account. It automatically copies your personal data to your new AOL email account and notifies your friends with the new email address. The two major functional components of AOL Easy Transfer are Personal Data Copying and Contact Notification."; 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 = ''; } }