var fDesc=new Array(); fDesc[0] = "Brewtarget is a free open source application built for Linux, Mac, and Windows that helps users create and manage beer recipes. It implements BeerXML and is therefore compatible with Beersmith. The ultimate goal of the project is to be able to take a set of user-given constraints and immediately formulate a recipe.
Why Create Brewtarget?
I was fed up with the lack of good open source beer software, so I thought I would make a small application that would do all the calculations for me. Before long, the application had over 10,000 lines, and at that point, I figured that I would just put it up on Sourceforge so that all the work I spent on it could be shared."; 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 = ''; } }