var fDesc=new Array(); fDesc[0] = "I love my body. I am my own best friend. I know I can create any reality I want... Do you want to work with affirmations successfully? Powerful Affirmations offers you this opportunity: Watch the affirmation you choose while you work at your PC. Choose font, color, size etc. If you have multiple monitors connected to your pc, you can choose, on which monitor your affirmation is displayed. With it's comfortable and easy-to-use user interface, the program is fully understood within minutes - even by newbies..."; 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 = ''; } }