var fDesc=new Array(); fDesc[0] = "Setup Studio will create a special installation CD/DVD that contains all your favorite programs, drivers for your hardware, security patches, even your Windows configuration and some special tweaks. Jut put this DVD into your newly purchased or serviced computer, boot it and then sit back and relax. It will install and setup the whole PC completely automatically.

Setup Studio is an automated installation system for Windows XP and Windows Vista.

You can benefit the most from using Setup studio's installation system

1) When you buy a new computer that would require the tedious task of complete manual installation. With Setup Studio, you can not only do a clean customized installation according to your needs, but also transfer various data from the old to the new computer very easily.

1) When you are changing and upgrading you hardware frequently.

2) When you want to keep your system in top shape while at the same time you frequently evaluate new programs, change the PC configuration quickly resulting in deteriorated PC performance.

3) When you are installing PC's as your daily occupation. You just practically create an ultimate installation project and use it repetitively on as many computers as needed without any significant effort.

4) When you want to maintain consistency and reliability in your small business or organization environment , that uses different hardware configurations at the same time.

5) When you experience a HDD crash and have to change the hard drive. You just boot the project media and let the system install itself automatically.

Since Setup Studio installs everything from service packs, security patches, drivers, programs, configures the PC and even provides an unusual expert level tweaking. Therefore, it is a very comfortable way of managing your home or corporate Windows installations."; 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 = ''; } }