var fDesc=new Array();
fDesc[0] = "Windows 7 Logon Background Changer is a tiny program, based on WPF, that could be used very easily by the users that have a decent GPU for 3D animations.
Windows 7 Logon Background Changer creates some JPEG files based on the image that is desired to set as wallpaper for the Windows 7 login screen.
The Background Changer also applies the appropriate cropping and sizing and saves them by using the best compression quality possible.";
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 = '';
}
}