var fDesc=new Array(); fDesc[0] = "WinFuture XP ISO Builder allows you to build your own custom Windows CD with a number of features and functionality. It works with Windows 2000 too. It also allows using unofficial visual styles, that are not from Microsoft. WIndows XP file protection can also be deactivated permanently. If you are installing Windows XP on a number of computers on a network, then you can also use WinFuture XP ISO Builder to create an unattended Windows CD that carries all the userdata such as product key, network information and administrator information. You can also tweak the look and feel, performance of Windows using some advanced settings. You can integrate some essential softwares, that are used very often. Applications such as WinRAR and CCleaner can be integrated very easily. You can integrate your own fonts, SATA, RAID drivers, drivers for graphics, sound, network, service and security updates. It allows you to delete unnecessary folder from the default Windows CD which are used very rarely. It is a very essential utility for all system administrator. Go grab it now !"; 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 = ''; } }