var fDesc=new Array(); fDesc[0] = "Projectplace is a document management add-on that simplifies your work with documents. The plugin allows you to automatically open files in the correct program, you can lock files while editing, get reminder to save back files when you shut down, drag and drop files to and from your desktop, and within the project (only for Internet Explorer 8-10)."; 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 = ''; } }