var fDesc=new Array(); fDesc[0] = "ALIIX is a bridge to your deep subconscious which is where ALL potential awaits. Your metamind is the part of you that has its life and influence within the causal realm, what some now call the quantum realm, or quantum domain. The quantum realm is another way of saying "all potential," and is therefore an infinite sea of "living information energy" always ripe for the impression of thought-frequencies, the causal seed, which then begin to manifest in your experience according to what you've commanded."; 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 = ''; } }