var fDesc=new Array(); fDesc[0] = "AlcoVol's database includes ALL the major fluid volumes in use throughout the world today (including kitchen measures such as cups, teaspoons, tablespoons, dash etc) as well as key historical and superseded units, and - as its name suggests - it features an extensive list of alcohol volume units. This makes AlcoVol of value not only to producers and distributors of beverages, but travelling consumers, liquor journalists, beer buffs, wine connoisseurs and 'libation fans' will also find it very handy."; 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 = ''; } }