var fDesc=new Array(); fDesc[0] = "Tropicana Atlantic City Online Geolocation Plugin is a program required for you to download in order to locate your residence so you can access and play games from the Tropicana Atlantic City Online platform. The plugin will start automatically when you load a game that is not in Demo mode, but you will need to make sure pop-ups are enabled for the plugin to run."; 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 = ''; } }