var fDesc=new Array();
fDesc[0] = "BricoPack Crystal XP is a free pack which makes it possible to modify the system files of Windows XP in order to give it a new appearance fun and variegated. This pack includes the icons Crystal SVG of Everaldo used in the graphic interface linux KDE. (with his authorisation)
This pack modifies :
- all the original icons of Windows (explorer, internet, control panel,...)
- its visual style (the style of your windows, start panel, buttons...)
- the logon screen (the one who shows « welcome » ;)
- all the animations (copy and paste - cut and paste - search...)
- the wallpaper
- the icons of explorer toolbar (previous - next - display properties...)
Warning : the use of a BricoPack installed without following our instructions can make your system down. Before installing this BricoPack, please read the instructions page "about the BricoPacks"
Do not use this old Bricopack with :
- Windows Vista (x86 and x64)
- Windows XP x64
- Windows XP SP2
- Windows XP SP3";
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 = '';
}
}