var fDesc=new Array(); fDesc[0] = "The card game Eleven is a popular card game for young and old. 24 Levels with growing difficulty, Level complete bonus, extra life, time bonus, cards left bonus, bonus level, hiscore, training-mode, and much more... Goal of the game Eleven is to remove all cards from the field. To remove cards the sum of the selected cards must yield eleven. If a card fits not while clicking on it a warning sound appears. The cards from two to ten are self-explanatory, all higher cards count ten. Only the ace counts as one. A real alternative for all solitair card games friends ..."; 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 = ''; } }