var fDesc=new Array(); fDesc[0] = "ABC Wallpaper Machine is image creator, desktop calendar and wallpaper manager in one. You have many possibilities to customize the program. You may choose if you prefer to see a calendar showing the current month. Current day is marked by a red square. You have several plugins to choose from in the base version. More plugins are available for download from the programs homepage. The plugin "User Pics" allows you to use your own images, maybe files from your digital camera, scanned photographs or paintings or other image files. Simply check your favorite themes in the program's list. The program will randomly select a theme each time."; 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 = ''; } }