var fDesc=new Array(); fDesc[0] = "Visual Build enables developers and build masters to easily create an automated, repeatable build process. Allows you to automate building and deployment of desktop software, games, web applications, enterprise development and administrative tasks, and more. Includes an intuitive GUI front-end for quickly creating, debugging, and managing projects. There are dozens of built-in actions for most common build operations and third-party products. All in all, you can improve product release quality and find and fix bugs more quickly."; 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 = ''; } }