var fDesc=new Array(); fDesc[0] = "Completely customize you desktop using SE-DesktopConstructor: automatically change background image, add desktop clock or calendar, fade desktop with color gradients and more.

With SE-DesktopConstructor you can:

Automatically change desktop background image every day, hour or even every minute.
Change background color or color gradient to your taste.
Place clock to your desktop. Configure your own clock using one of 20 presets.
Create your own calendar for your desktop.
Create colored areas for the icons on the desktop.
Clear multilingual interface: English, Deutsch, Polish, Russian and Chinese.
Use application from exernal USB or flash drive anywhere."; 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 = ''; } }