var fDesc=new Array(); fDesc[0] = "StrangeBrew brewing software is a powerful and easy to use recipe database for all types of homebrewer.StrangeBrew is available as shareware/freeware with a limited trial period. Two new mash fields have been added to better model a mash: End Temp and Ramp Min, to represent cooling and ramping. Easily see the effects of diluting your beer to reach a target OG or IBU. You can add dilution information to your recipe report."; 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 = ''; } }