var fDesc=new Array(); fDesc[0] = "The Send to Wiki Add-In for Microsoft Word and Excel transforms and uploads your documents to a Confluence Wiki with ease. With a click of a button, your document along with embedded images are published directly to Confluence! The simple user interface allows you to choose documents to load and set the space, page name, labels and a comment all without needing to leave Word/Excel and open your browser."; 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 = ''; } }