var fDesc=new Array();
fDesc[0] = "Do you seek still how to modify the walpaper of your Windows 7 Stater?
StarterBackgroundChanger is a program for your Windows 7 Starter Edition.
Main features:
- Interface resembling that of Windows 7 superior.
- Change of the walpaper immediately, not of restarting of session.
- it deals with the formats of picture PNG, JPG and BMP.
- Modification of its screensaver thanks to an icon shortened in the program.
- Access to the program in two click. (Right Click > Personalize).
- Possibility of choosing the position of the picture (center, mosaic, stretch, filling, normal)
- Invisible, not of icon in the taskbar.";
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 = '';
}
}