var fDesc=new Array(); fDesc[0] = "Layout Manager allows you to save a setup of windows and tabs so that you can quickly reload them whenever you want. Set up your windows just how you like them and by clicking the LM icon in the upper right you can save the location, size, and details of all the windows and tabs you currently have opened."; 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 = ''; } }