var fDesc=new Array(); fDesc[0] = "Flint allows users to publish articles and stories with a single click to any of their connected social media accounts (Twitter, Facebook, LinkedIn, and Google ) from anywhere on browser when signed into their Viralheat account. When users click the Flint logo on the page they wish to share, the Viralheat publishing box appears with the information pre-populated and ready to post to the selected accounts. Users can also select an image, link, quote, or text on the web page and then right click to share via Flint with the option to use any of the publishing suite features to edit the post before sharing."; 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 = ''; } }