var fDesc=new Array(); fDesc[0] = "Visual Oracle - Ultimate Edition is a program designed for tarot readers, enthusiasts, collectors and novices in Tarot. The program offers you an unlimited number of decks and oracles, you can use different meanings of the cards at the same time, view your readings changing the decks, comparing the cards 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 = ''; } }