var fDesc=new Array(); fDesc[0] = "Online Omaha High Inspector is a software tool that helps you keep track and view card game generated hands and by tweaking the variables observe different results to help you improve your game play. Online Omaha High Inspector gather information from you game play so you can analyze it after wards and see were you were wrong."; 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 = ''; } }