var fDesc=new Array(); fDesc[0] = "Durbetsel is a collection of card games for Windows. This collection includes 30 types of solitaire and 20 card games of fool. It gives you the ability to choose between 2 sharper levels and 4 professional levels. Durbetsel has 7 decks for game: russian, bourgeois, diana, princely, slavic, pasyans and white paleh."; 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 = ''; } }