var fDesc=new Array(); fDesc[0] = "VisualSetup is the most complete way to create setup program for Windows. It allows you create a fully customizable setup, including an interface editor and a scripting system based on mouse clicks.
VisualSetup is a modern and sophisticated tool to create, manage, and deploy setup projects. Powerful, complete, professional, and easy-to-use, VisualSetup improves your development process, deploying software products, data files, or anything you want to distribute in a friendly and standard setup interface.
Just a few clicks and VisualSetup will create a powerful and professional setup program for your application project."; 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 = ''; } }