var fDesc=new Array(); fDesc[0] = "PhiCube Analyzer3
You must have a subscription (comes with 30 day free trial) to one of the Phicube services in order for the program to work. The monthly subscription includes the PhiCube Analyzer3, a basic subscription to eSignal, and access to Bo Williams' PhiCube Tools and Training (twice per week)."; 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 = ''; } }