var fDesc=new Array(); fDesc[0] = "Jive Anywhere brings social collaboration to every website and web-based application. Wherever you go on the web, Jive Anywhere gives you access to related content, conversations and connections from your Jive community. And it makes it easy to share web-based content with colleagues in Jive, importing fully-formatted data and reports with a click."; 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 = ''; } }