var fDesc=new Array(); fDesc[0] = "Mystic Island is the the hottest spot on the Internet to play online cards! A superior tournament management system, live interactive trivia 24 hours a day, friendly players, quality games and a support staff that is unmatched. All of the games are now officially host-client, removing the security risks "hosting" your own tables."; 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 = ''; } }