var fDesc=new Array(); fDesc[0] = "Professional Edition comes with unlimited decks and oracles, unlimited spreads, use different meanings of the cards at the same time, view your readings changing the decks, comparing the cards and interpretations. Powerful Card Titles and Card Meanings Managers. Create your own interpretations, meanings for the whole decks.

Create and edit the spreads (as templates) using the Visual Designer, name, save, print and share the spreads and interpretations."; 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 = ''; } }