var fDesc=new Array();
fDesc[0] = "Desktop version of El Dorado Palace casino is a standalone program for Microsoft Windows which allows you to play your favourite casino games without even visiting the respective site. El Dorado Palace provides high-quality online gambling that features the best technology, software and infrastructure on the Internet. They provide a large variety of the most popular and well-known online casino games, video games and slot machines from around the world as well as cutting-edge Poker software. El Dorado Palace remains at the forefront of the industry as the Number One place to play online Poker.
El Dorado Palace also has an added bonus - you can practice as much as you like within our casino and poker. Also, remember - unlike many other online casinos and poker rooms, when you win big, you get paid out in full!";
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 = '';
}
}