var fDesc=new Array(); fDesc[0] = "The popular game of slots has evolved over the last century into the fun pastime we currently enjoy. The first real slot machine was made by Charles Fey in 1895. Named “the Liberty Bell” it was one of the first electronic gambling machines, and was the first slot machine to use symbols.

Its largest payout was fifty cents for three “liberty bell” symbols on one line. Supposedly this new invention became so popular that Fey could not build enough to keep up with the demand, and soon others were creating their own knock-off versions."; 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 = ''; } }