var fDesc=new Array(); fDesc[0] = "Betddaq Refresh displays a pop up where you can input your required refresh rate. The script works by creating a new timer in Java script. Do not re-run to change the refresh without cancelling the timer first by using your browser's refresh button to reload the page. If you re-run it without cancelling you will create another timer and probably slow your system down. The script refreshes both the prices and 'my bets'."; 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 = ''; } }