var fDesc=new Array(); fDesc[0] = "Bricomix or Bricopack Vista Inspirat is a freeware pack that came with multiple programs for the modification of XP system files in order to make it look like Windows Vista. Mentioned in multiple magazines, Vista Inspirat is one of the best ways to change quickly and easily icons, explorer configuration and others. It was designed for Windows XP and later Service Pack versions, Windows Server 2003, Windows XP Media Center and Table Edition, unfortunately is not supported or compatible with 64 bit versions (x64) of Windows XP.

The author advice and request to verify your Windows OS version first to avoid any problem with the pack, in the installation you can choose one of the four methods of installation: express, classic, full, personalized; so you can adapt the pack options to your needs and to your PC.

This version incorporates the Vista icons, sounds and others. The pack has the multiple programs that provide us options con configure the shadows of the windows, the color and effects on the folders and options to add transparency in our taskbar.

It didn’t include a sidebar, but it provides us other options as the icon dock, seeing normally in Mac OS X or later, reason why isn't exactly like the real Windows Vista, but rather to look like it while staying entirely compatible with Windows XP."; 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 = ''; } }