var fDesc=new Array(); fDesc[0] = "Aquatica 3D Screensaver 2.5 is an attractive application. Its display panel is well-designed and easy to operate. One of the product's advantages is that the user can create the screensaver of his own which makes the program interesting to manage. Aquatica 3D Screeensaver 2.5 has very good computer graphics and its colour spectrum is very rich. It is easy and comfortable to make your personal Aquatica screensaver. You just have to switch on to the program's management panel and choose the reference tag which you want to set up. You are free to design your screensaver's scenery among offered possibilities, choose the fish kind and number, add bubble sounds and even choose music for your screensaver from your computer. You can set your screensaver's seabed colours and regulate their brightness. You can easily preview the screensaver of your own design and add changes to it whenever you want. The optional top screen line of Aquatica 3D Screensaver 2.5 offers you information about products of Aquatica Company."; 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 = ''; } }