var fDesc=new Array(); fDesc[0] = "Did you ever think of nice-looking clock on your desktop? ClockWallpaper - desktop clock and wallpaper for your Desktop. This program will change the wallpaper of your Desktop on wallpaper with clock. You have the possibility to see always the current time, and if necessary alarm system will prevent you from forgetting time. Another great feature is that you can set reminders for just about anything. It's a great way to improve your memory. So try it! It is really a great software."; 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 = ''; } }