var fDesc=new Array(); fDesc[0] = "WinGac is a graphical tool developed by Alessandro Del Sole and it allows the users to install multiple managed assemblies to .NET Global Assembly Cache in a simple way.
WinGad is an application written in Visual Basic 2008 and it will appear as a gui for the GACUtil.exe command line tool (from .NET Framework)."; 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 = ''; } }