var fDesc=new Array(); fDesc[0] = "Dutch betting involves calculating your stakes so that whatever the outcome, the profit is equal.
Main features:
- Very Easy to Use Interface
- 3 Back Dutching Methods
- 3 Lay Dutching Methods
- Switch from Back to Lay Instantly
- Use fractions or decimals
- Dutch 10 selections at once
- Hard to find Variable Dutching Methods for both Back and Lay
- Built in Odds Converter"; 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 = ''; } }