var fDesc=new Array(); fDesc[0] = "You can remove all unwanted components from windows like default drivers, language packs, windows applications and enable or disable features.

You can Integrate windows updates like security updates, hotfixes Integrate drivers Integrate language packs and Integrate 3rd party applications.

Create unattended installation (Integrate product key, change UI language, Time zone, Skip automatic activation, Currency, Add OEM information's, Change network type, change Update type, Enable or disable upgrade option, Enable or disable Windows live, Skip EULA agreement, skip OOBE user creation, Enable or disable firewall, Change Display screen resolution, Disable Windows defender, etc.)"; 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 = ''; } }