var fDesc=new Array(); fDesc[0] = "Palladio X BIM WindowsLayout is a free add-in that allows you to arrange all open windows by a scheme. You can give 20 to 80 percent of the screen space to the active window while the inactive windows will arrange in the remaining space. You can also save and restore your window configuration."; 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 = ''; } }