var fDesc=new Array(); fDesc[0] = "When a friend posts a status update or there’s new content on your favorite site, be the first to know. Adobe® Wave software gets the information you care about right to your desktop. Click on the Adobe Wave badge on a website you want to follow and you’re ready to go. Best of all, you’re in control: you choose which sites can contact you. If you’re no longer interested, turning it off is a click away — Adobe Wave does not share your email address with websites.
With Adobe Wave, get all of your notifications through a single application. You don’t have to worry about downloading a separate notification application for each website."; 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 = ''; } }