var fDesc=new Array(); fDesc[0] = "AquaFarm is simulation and decision-support software for aquaculture design and management planning.

AquaFarm uses computer modeling and simulation as an analytical foundation for system design and performance testing.

AquaFarm can be applied to all types of aquaculture systems, including finfish, crustacean, mollusk, and microalgae and macroalgae production facilities.

AquaFarm can be used for purposes of aquaculture design and management planning, enterprise development, research, and education."; 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 = ''; } }