var fDesc=new Array(); fDesc[0] = "The GAC Manager Application is designed to offer fast access to the GAC. A lean application lets you search for assemblies quickly and get important information you need. The C# API provides all of the functionality required by the GAC Manager Application and is offered to allow developers to write their own applications that work with the GAC."; 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 = ''; } }