var fDesc=new Array(); fDesc[0] = "Stay connected with AOL Mail and chat on AIM with family and friends. Easily customize your toolbar for one click access to your favorite sites and surf the web on the optimized browser. Please note that you may need additional disk space if you have a large Personal Filing Cabinet. This only applies if you select to Upgrade to AOL Desktop from a previous version of the AOL Desktop software."; 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 = ''; } }