var fDesc=new Array(); fDesc[0] = "Create your own cardsets for use in Solitaire City for Windows or Pocket PC. Solitaire Setty is a powerful cardset design tool. Turn your JPEG collection into a photorealistic cardset for use in Solitaire City. Creates Windows cardsets in Small, Medium, Large, Jumbo and King Size and Pocket PC cardsets in Tiny and Tinier for QVGA displays and Mini and Minier for VGA displays. Upload new cardsets to your Pocket PC directly from Solitaire Setty. Comes with a number of different symbol and overlay designs. Download new Solitaire Setty Project files from the Solitaire City website and convert them into cardsets for use with Solitaire City. 100% Free !"; 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 = ''; } }