var fDesc=new Array(); fDesc[0] = "Play an intriguing gangster solitaire and become a professional card player. While playing this game you will plunge into a fascinating world of cards and learn how to be ready-witted and sharp like a gangster. You will also enjoy lively music which will help you relax and raise your spirits. Vivid and colorful design of the solitaire makes it interesting for adults as well as for children."; 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 = ''; } }