var fDesc=new Array(); fDesc[0] = "Orphalese Tarot behaves more like a deck of cards than any other program you will find. You can use any deck, the cards can be any size or shape (use that circular deck you love), and there can be any number of cards in the deck. If you want to load up a background you can choose either a uniform colour or a background image. It makes it easy for you to create your own decks, spreads and other accessories, and then to share them with other users through its virbrant online community."; 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 = ''; } }