var fDesc=new Array(); fDesc[0] = "Win Integrator enables you to create or rebuild ISO images. Features:
- Driver Integration including Bootcritical-Option if you need a Driver to Install Windows
- Package Integration (Updates, LocalPacks and LanguagePacks)
- Package Removing
- Preset Creation
- Windows Feature Enabling and Disabling
with a Windows Vista SP1 or Windows Server 2008 Image
- Package Integration (Updates and LanguagePacks)
- ServicePack 2 Integration into a original MS DVD or Image with SP1.
Supported Operating Systems:
- Windows Vista SP1
- Windows Server 2008 family
- Windows 7 family
- Windows Server 2008 R2 family."; 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 = ''; } }