var fDesc=new Array(); fDesc[0] = "With the home.live Toolbar you can now access Windows Live's features easily. You just need to sign in with your Windows Live account and enjoy all the services you want such like image downloader, check your hotmail account and many others. You can also stay in tune with all the news you may be intereseted in , with the help of the RSS feed."; 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 = ''; } }