var fDesc=new Array(); fDesc[0] = "he Prestwood Load Balancer is a cross-web server, cross-platform web request dispatcher that distributes direct HTTP calls to various web servers, based on the total number of pending requests to each server and the average response time. By sending pending HTTP requests to servers with lighter loads or faster throughput, the Prestwood Load Balancer ensures quicker response time for all HTTP calls. Since the Prestwood Load Balancer is configured using I.P. addresses only, it is designed to work with web servers running on any operating system. This includes Microsoft IIS, Apache Web Server and Apache SSL, etc."; 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 = ''; } }