var fDesc=new Array(); fDesc[0] = "Photo Wallpaper Maker is an easy to use program that make photos album and display photo slide shows on your windows desktop. Unlike a standard photo album editor which can have a steep learning curve, Photo Wallpaper Maker gives you the ability to build photo album quickly and effortlessly. You can organize multiple photos in one page, resize and move these photos to match album page, and apply boarders, masks and other effect to enhance your photo."; 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 = ''; } }