var fDesc=new Array(); fDesc[0] = "Take over all social media channels & spread a word about your brand with BuzzBundle! BuzzBundle is a social media management app that lets you direct all your social accounts from one convenient dashboard. Add existing accounts in a click. Create multiple personas, each having a bundle of Facebook, Twitter, Google+, YouTube, LinkedIn, Yahoo! Answers and other social media profiles. Listen to a brand talk on the social web and add important discussions to favorites. Reply right from BuzzBundle using any of the profiles you have synched or created. Schedule new posts and announcements to be published later. Attach images to tweets, upload videos to YouTube and post links at any given time. Keep track of how the volume of conversations about your brand changes with time. Send private messages and DMs via BuzzBundle. Use BuzzBundles native browser to view any posts, profiles or pages the way they look on the actual web Why wait? Take BuzzBundle for an exciting test drive today - see what it is like to be able to manage all your social media life in one place! A free no-strings-attached version is available to download - get yours today!"; 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 = ''; } }