var fDesc=new Array(); fDesc[0] = "Server Studio is the premier graphical development and management environment that features a rich collection of modern tools which help both seasoned database professionals and novices alike manage IBM Informix® data servers infrastructure with an unprecedented ease and improved productivity. This multi-platform suite of integrated, state-of-the-art system management tools helps organizations ensure that critical database applications remain up and perform at peak levels, manage change and assure continuing availability of vital business information."; 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 = ''; } }