var fDesc=new Array(); fDesc[0] = "Multi-Panel Browser was made due to the need for a simple that could be used to show nine different sites at the same time in varying configurations. There are times when you need to monitor a bunch of different things going on at the same time, but don't really want to try to alt tab between windows or manually position the different windows. With Multi-Panel Browser, you have nine different browsers that you can size and configure the viewport anyway you like."; 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 = ''; } }