var fDesc=new Array(); fDesc[0] = "Psychometric charting and process energy analysis software with unmatched chart presentation quality and accuracy. This software operates on any PC with Windows 95, 98, NT or 2000. Inputs are entered into the program through Windows standard interface with simple "point and click" operation. Psychometric points, processes and associated energy values are automatically calculated and plotted right on a professional psychometric chart. Visual PsyChart provides the ability to save and retrieve project files as needed."; 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 = ''; } }