var fDesc=new Array(); fDesc[0] = "Beer Stock Exchange is the name of a cool new German party idea.
Based on the system of a stock exchange, Beer Stock Exchange has been developed to add interactive entertainment in small bistros, public houses, clubs and discotheques of all sizes.
The prices of drinks and other consumables float up and down automatically based on actual sales and reflecting customer demand. Customers are informed of current prices through multi-media display - TV monitors or projector screens."; 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 = ''; } }