var fDesc=new Array(); fDesc[0] = "Will configure the Windows 95 operating system beyond the the limitations imposed by the standard Windows user interface. WinConfig from TD Software allows you to fully configure your bootup process (via MSDOS.SYS), edit your OEM information, clean up your add/remove programs applet, change the startup and shutdown logos, configure the location of your CAB files (the Windows 95 CD), update system folders locations (eg your send to folder), networkautologin, and start menu order resetting. WinConfig allows you to do all this through very easy to use Wizards, each with full explanations of what is going on. WinConfig fully integrates painless install/uninstall support, and a very well documented help file. This is a must have for the novice to the power user, and even the developer."; 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 = ''; } }