var fDesc=new Array(); fDesc[0] = "Our new underwater clock screensaver is a wonderful journey into the mysterious world of the oceans. There are a lot of screensavers with aquatic theme, but our screensaver is absolutely new product. Here you will move like a submarine at high speed through the water. On your way you will meet various sea creatures, swims past schools of fish, coral... Aquatic clock screensaver is very exciting! Download it now for free!"; 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 = ''; } }