var fDesc=new Array(); fDesc[0] = "The Aura Video Station is an advanced piece of technology that allows you to see a subject's aura, providing a detailed glance into their personality, spiritual state, and core energy. Armed with this information, your clients will be empowered to change their lives for the better, by making choices in harmony with who they really are."; 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 = ''; } }