var fDesc=new Array(); fDesc[0] = "Active Desktop Album enables you to embed multiple photos in your desktop wallpaper that can be freely positioned and sized. The images are displayed as click-through overlay and will not take up any usable desktop space. Y ou can optionally add frames to your photos as well as drop shadow effects, double-clicking on an image will open the original. The program includes a photo editing mode that allows you to add the desired effect and position/size your images.

Main Features :
- Put multiple digital photos on your desktop
- Automatically change photos at specified time intervals
- Browse digital photos just double click on desktop
- Offer multiple layout profiles"; 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 = ''; } }