var fDesc=new Array(); fDesc[0] = "Get all your updates in one place. Comment, like and update your Facebook, Twitter and MySpace status, right from AOL Lifestream. Check out trends to see what everyone is talking about.

Search and filter to see what's most important to you. Follow your favorite places the same way you follow friends. Keep track of activities, comments and photos for any location with Lifestream.

Update your status and link it to your location. Be the first to discover new places. Upload photos and let people know what's happening where you're hanging out."; 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 = ''; } }