var fDesc=new Array();
fDesc[0] = "A real Vista look for your Windows Xp!
Vista 5270 Pack is a skins & theme customization tool for Windows Xp ,it works on all XP versions and languages .
Some features since the last update :
Aero 5203 Mod removed: a new theme will be present in the next updates
Printer Icon (Per Category Exibition mode) now is modified";
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 = '';
}
}