var fDesc=new Array(); fDesc[0] = "This Screensaver is their first attempt to create a Clock dedicated to marine theme. This classical model seems to be made for sea-dog whose life is a continuous fight against the wild nature of the open sea. Feel the fresh breathing of the ocean coming out of your monitor. They wish the practical natures as well as the incredible dreamers enjoy this Screensaver."; 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 = ''; } }