var fDesc=new Array(); fDesc[0] = "AquarioGest is a maintenance software for your aquarium.

Keeping an aquarium can become a challenge when it's time to do the maintenance... The Software AquarioGest helps you to maintain your aquarium healthy.

AquarioGest can:

- manage all data of your aquariums
- keep track of all your fish events
- save information about your aquatic plants
- monitor trend of your aquarium water
- schedule maintenance tasks
- record all events in a real logbook
- log breedings and cares of your fish
- manage all your expenses and incomes"; 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 = ''; } }