var fDesc=new Array(); fDesc[0] = "AquaLot is the latest generation of aquarium software. Whether you have a small hobby tank or several professional breeding tanks - AquaLot provides the complete package for all your needs.

Main features:

- keeps detailed records of your fishes, water plants and invertebrates
- creates an extensive stock system specifying the number, quality and size of your animals and plants as well as the costs, sources of supply, etc.
- provides information on many fish species and includes the option of creating your own descriptions and photos
- records all the data associated with your aquarium
- manages all important dates and recurring tasks with the help of an alarm
- creates a library of the addresses of pet shops, breeders and fairs
- collects and collates all statistical data into tables and graphs
- calculates the costs for electricity and water consumption over identified time periods
- holds the income and expenses related to your hobby
- allows the recorded data to be browsed for terms and values
- provides technical specifications (over 400 items in total) of filters, heaters, lighting and accessories of leading manufacturers such as JBL, EHEIM, Tetra etc.
- is available in different languages and can be easily translated into other languages"; 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 = ''; } }