var fDesc=new Array();
fDesc[0] = "xpize is a utility program for Windows XP (both 32-bit and 64-bit) and Windows Server 2003 (32-bit and 64-bit) that replaces most of the bits in Windows that didn't match XP's style with bits that do.
The software contains no spyware or adware, it is a purely volunteer-driven community effort; it is also easily uninstallable.
xpize does not replace any files, system or otherwise. Instead it "patches" the files by replacing the old resources inside the files.
For a similar utility for Windows Vista and Windows Server 2008, check out the Vize Project.";
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 = '';
}
}