var fDesc=new Array();
fDesc[0] = "Still using the old U.S.E. program for DOS? Then you would definitely love this - BIONETICA™ FOR WINDOWS 95, 98, 2000 and XP! Bionetica is the only program for the I-330 modular devices that works on Windows XP platform.
If you have the original I-330 with or without chip modification, you do NOT need to upgrade your I-330 Modular device internal chip to work with faster computers - Bionetica works with the original equipment without modification! Save $300 and use your I-330 Modular instrument with the Bionetica Biofeedback Software in popular Windows operating system.
Bionetica is the latest true 32-bit Windows 95, 98, 2000 and XP Biofeedback Software for J&J Engineering I-330 (Modular) biofeedback instrument.";
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 = '';
}
}