var fDesc=new Array(); fDesc[0] = "BarGenie is a wonderful application that will help you in your parties at home. With this program you will be able to prepare the most delicious, exotic or aphrodisiac cocktails that exist in the world (more than 24.000). The program shows you a list with all the cocktails contained in its database. Making a click in anyone of them, you will be able to learn the ingredients that you need, the way to mix them, the necessary agitation, the glass on which is better to serve it, etc., that means you will find everything in details.

Some key features of BarGenie:
- You can add, edit, delete, or print your own recipes. If you are an expert bartender, and you have created new cocktails, then add them to this handy application.
- Blood Alcohol Calculator. This is a very useful tool, you have to fill in some fields, and immediately you will know your alcohol level in your blood. Remember that you have to be honest and the result is an estimate, you ought to know your own limits.
- Bar tendering Tips. If you want to learn how to chill a glass, or how to flame, or other little secrets, then BarGenie will teach you a lot of useful tips."; 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 = ''; } }