var fDesc=new Array(); fDesc[0] = "The MicroGuide Pro™ by Alpha Omega is the world’s most advanced intra-operative MER system for functional neurosurgery - a comprehensive guidance unit available for target localization in the surgical treatment of movement disorders. The system is ideal for university hospitals and other institutions using MER both in the clinical and research settings. The MicroGuide Pro™ offers an extensive range of functions and tools to allow users to record and analyze important data taken during each procedure. This data, in turn plays an inextricable role in research.
MicroGuide Pro™ is present globally in the world’s best hospitals, and has served top doctors and researchers to more effectively achieve their research objectives while not sacrificing clinical efficiency."; 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 = ''; } }