var fDesc=new Array(); fDesc[0] = "Setup2Go is a powerful, easy to use, highly interactive tool for creating Windows based installation packages. Setup2Go supports all 32-bit Windows versions in use today - Windows 95, 98, ME, NT4, 2000, XP. Unlike other Installer and Setup creation programs, Setup2Go is script-free and does not require the user to have any programming background, nor does it require the user to learn any application-specific language! It allows you to use a point-and-click interface to create and manage installation projects based on your business needs. Besides that this tool will allow you to create self-extracting executable files for distribution over the web, Internet, Intranet and e-mail your data files, graphic images or whatever else you want to distribute!"; 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 = ''; } }