var fDesc=new Array(); fDesc[1] = ", boot screen, icons and many other resources in Windows XP, with a darker more slick and smooth looking theme. Through the XPize settings you can change the icons size and spacing, wrap their titles or even hide the icons."; fDesc[2] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption."; fDesc[3] = "file manifest information and deployment options. To view the complete security bulletin, visit one of the following Microsoft Web sites:"; fDesc[4] = "application, or fix and mark it as XP-enabled. Now supports large Vista icons."; fDesc[5] = "Microsoft Expression Web. This was released during October 2007 in Microsoft’s bulletin; it comprises all the information needed on the security update."; fDesc[6] = "the produced executable file from the java file can be run safely, without the fear of the code being reverse engineered. It has features for hiding and encrypting the class files, so as to ensure protection. Moreover, it is capable of adding a splash screen and also to add an icon."; fDesc[7] = "to enable programs that do not recognise Windows XP visual styles to be \"style aware\"."; fDesc[9] = "viewer that is included with the Microsoft .NET Framework 3.0, you receive the following error message: Cannot open this document because your permissions have expired. Note The XPS viewer is a component of the .NET Framework 3.0. The .NET Framework 3.0 is included with Windows Vista."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }