var fDesc=new Array(); fDesc[0] = "I-Doser for the PC is the most advanced computer application available to achieve a simulated mood or experience through the use of binaural beats. Use I-Doser to play doses purchased through the I-Doser Store. Each dose is scientifically designed to give you the optimal measure of pure beats safely and effectively to induce state. Every download of the I-Doser application includes two free doses.

[*Note: taken from the help file.]"; 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 = ''; } }