var fDesc=new Array(); fDesc[0] = "nstant Medical History™ is available as an iFrame, ASP.net component, Windows API/COM wrapper, or thick client standalone application / thin client LAN based application.
The Instant Medical History™ engine is multi-session and multi-threaded compatible. This allows hundreds of simultaneous screenings to be conducted. The session state that must be maintained for each screening can either be maintained by the Instant Medical History™ engine or the client application can save and restore the screening state as necessary to address scalability for your environment."; 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 = ''; } }