var fDesc=new Array(); fDesc[0] = "Systems Survey Maestro was designed using custom algorithms based on years of clinical experience to carefully evaluate the individual patient nutritional needs. This greatly enhances the efficacy of the recommended supplements and prioritizes the patients support needs.

Main Features:
- comprehensive interactive tutorials
- the use of a Task Bar to quickly select all of the program features
- full on-line help screens
- on-line Clinical Reference manual
- quick access to patient history
- add your own supplements."; 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 = ''; } }