var fDesc=new Array(); fDesc[0] = "Hilo-Poker is a Hi-Lo double-up poker machine like the ones in clubs and bars.

Make poker hands combinations like the standard poker game hands and take the chance of doubling your winnings with the Hi-Lo double up game.

Multiple poker player user accounts and configurations. Statistics on given poker hands combinations, level settings, colors, language, and other features...

You can verify for updates, go to the Web page of the video poker game software from de menu."; 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 = ''; } }