var fDesc=new Array(); fDesc[0] = "The Sea Wolf Nova clock screensaver shows the current time in a very progressive and unusual way - see the screenshot and judge for yourself.

I bet you have never seen anything like this before. Well, you might if only you are one of the sea wolves accustomed to the navigation devices.

Please use it at your own risk as you can easily cross the thin line separating the reality and the science fiction! In fact, this clock may even set you out on a long adventure jorney!"; 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 = ''; } }