var fDesc=new Array(); fDesc[0] = "Built with MSVC .NET 2005, with a single shared dynamic library, kdu_v63R.dll. Installs an application folder containing the demo apps and the core kdu_v64R DLL, installs relevant entries in the start menu, then runs a program to add the application folder to your executable path environment, so that all tools can also be run easily from the command line -- uninstallation will clean everything up, including modifications to the executable path environment."; 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 = ''; } }