var fDesc=new Array(); fDesc[0] = "The Guidance Automation Toolkit (GAT) allows you to author guidance packages and software factories which expose reusable code and pattern assets directly in Visual Studio 2008. It is designed to simplify integrating reusable code into applications, by automating development activities that developers would usually perform manually.

By using the toolkit, architects can ensure repetitive and often error-prone activities are performed in a consistent way, streamlining and accelerating the development process."; 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 = ''; } }