var fDesc=new Array(); fDesc[0] = "LayBack facilitates quick and easy betting calculations. Instantly telling you all the details you need about placing a bet to win after already initiating a "lay". Exactly what you need when playing on-line Baccarat. There can be betting situations where you choose to take a "lay" position (i.e. bet on something NOT happening) and IF the odds move against your initial position, you then take a contrary view and "back the win". Effectively, creating a "trading" situation."; 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 = ''; } }