var fDesc=new Array(); fDesc[0] = "Sulphite Calculator can assist the winemaker in calculating the correct amount of sulphite to add in order to achieve desired SO2 levels in wine. With Sulphite Calculator, the winemaker can precisely define the sulphite source, sulphite form, and batch size. The software can then calculate the exact amount of sulphite required in order to obtain desired SO2 levels."; 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 = ''; } }