var fDesc=new Array(); fDesc[0] = "With its blazing performance, comprehensive development APIs, and self-managing features, ScaleOut StateServer provides the leading distributing data grid solution available today.

ScaleOut StateServer® delivers fast access times that outperform all "out of process" storage alternatives, and its throughput scales without bottleneck to handle the largest application loads.

Its tightly integrated, self-managing architecture makes it easy to use and lets you keep your focus on application development.

The following paragraphs explain what ScaleOut StateServer does and how it can help you reach your performance and availability goals."; 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 = ''; } }