var fDesc=new Array(); fDesc[0] = "With Liquor Monitor standalone you can monitor all your liquor pours in real time. Just press the button on the spout and Liquor Monitor automatically will enter the serial number in the database for you.

Pick a liquor brand, put in size and cost and put the spout on the bottle. Connect the receiver at the bar to to your PC (wire included) and you are ready to start pouring.

Its just that simple. Liquor Monitor comes with a liquor brand database of over 3,000 brands and sizes."; 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 = ''; } }