var fDesc=new Array(); fDesc[0] = ""Photo Clock-7" is freeware screen saver that displays the current time. You can make unique screen saver using for background any image: photo, wall paper, logotype etc (hint: make little surprise for your friend). Settings: colors of background and ink, show image: on/off, show seconds: off/noramal/full back mode, choose any font and image: all popular formats are supported."; 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 = ''; } }