var fDesc=new Array(); fDesc[0] = "Founded in 1997, River Belle Online Casino fast established itself as one of the most trusted and well respected online casinos in the industry. River Belleis a legal online casino that is licensed by the Government of Malta – it is also a founder member of the Interactive Gaming Council and has been awarded the prestigious eCOGRA Seal of Approval for fair and honest casino play."; 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 = ''; } }