var fDesc=new Array(); fDesc[0] = "Ocean Fish 3D Screensaver will take you into the depth of the ocean and will help you to feel the life-giving and refreshing force of nature. With this Screensaver you can enjoy exotic view of underwater scenes full of many-colored tropical ocean fishes, corals and plants. There are so many beautiful bright fishes swimming around in this screensaver. Each of them has its own form and coloration. Good animated graphics and realistic sounds of roar of the surf help you fully enjoy this wonderful underwater atmosphere. Ocean Fish 3D Screensaver includes a range of underwater scenes. You can switch among them using special control keys. It also has quite interesting music theme. The screensaver has many settings to manage. For example, you can change level of volume or mute music to enjoy only sounds of ocean. Also you can regulate fishes and scene speed mode and select exit mode. The screensaver can show system information, like time and FPS. Ocean Fish 3D Screensaver has detailed help file which will help you to get all information about it."; 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 = ''; } }