var fDesc=new Array(); fDesc[0] = "PowerSight Manager - Advanced (PSM-A) software is designed to ensure your success at each stage of the power analyzing process. PSM-A software allows thorough and detailed options to view your data. Choose from multitudes of different configurations and analyze your data to get the information you desire. Analyze your Data Log with a powerful and flexible tool, view waveforms, phasors, and harmonics. Export the data to Excel for custom analysis or copy the screen to any common graphic format for inclusion into reports."; 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 = ''; } }