var fDesc=new Array();
fDesc[0] = "Designing a secure chip bank requires input from many people within the casino. Treasury and cage, operations, surveillance and security, information technology and marketing all contribute to ensure the final chip design and features included meets the casino requirements.
Dolphin Chip Design now provides casinos the capabilities to create and manage the change of its chip banks. The software has designs for as many chip banks as are required and unlimited number of chips per bank, extensive style range and design choices including 39, 41, 43 and 45mm chips, wheelchecks and poker chips, two and three colour options.";
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 = '';
}
}