/* --- Script © 2005-2007 EC Software --- */
var ua = navigator.userAgent;
var dom = (document.getElementById) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var ie5_5 = ((ua.indexOf("MSIE 5.5")>=0 || ua.indexOf("MSIE 6")>=0) && ua.indexOf("Opera")<0) ? true : false;
var ns4 = (document.layers && !dom) ? true : false;
var offsxy = 6;
function hmshowPopup(e, txt, stick) {
  var tip = '<table  border="1" cellpadding="6" cellspacing="0" bgcolor="#FFFFFF" style="{border-width:1px; border-color:#000000; border-collapse:collapse;}"><tr valign=top><td>'+ txt + '<\/td><\/tr><\/table>';
  var tooltip = atooltip();
  e = e?e:window.event;
  var mx = ns4 ? e.PageX : e.clientX;
  var my = ns4 ? e.PageY : e.clientY;
  var obj   = (window.document.compatMode && window.document.compatMode == "CSS1Compat") ? window.document.documentElement : window.document.body;
  var bodyl = (window.pageXOffset) ? window.pageXOffset : obj.scrollLeft;
  var bodyt = (window.pageYOffset) ? window.pageYOffset : obj.scrollTop;
  var bodyw = (window.innerWidth)  ? window.innerWidth  : obj.offsetWidth;
  if (ns4) {
    tooltip.document.write(tip);
    tooltip.document.close();
    if ((mx + offsxy + bodyl + tooltip.width) > bodyw) { mx = bodyw - offsxy - bodyl - tooltip.width; if (mx < 0) mx = 0; }
    tooltip.left = mx + offsxy + bodyl;
    tooltip.top = my + offsxy + bodyt;
  }
  else {
    tooltip.innerHTML = tip;
    if (tooltip.offsetWidth) if ((mx + offsxy + bodyl + tooltip.offsetWidth) > bodyw) { mx = bodyw - offsxy - bodyl - tooltip.offsetWidth; if (mx < 0) mx = 0; }
    tooltip.style.left = (mx + offsxy + bodyl)+"px";
    tooltip.style.top  = (my + offsxy + bodyt)+"px";
  }
  with(tooltip) { ns4 ? visibility="show" : style.visibility="visible" }
  if (stick) document.onmouseup = hmhidePopup;
}
function hmhidePopup() {
  var tooltip = atooltip();
  ns4 ? tooltip.visibility="hide" : tooltip.style.visibility="hidden";
}
function atooltip(){
 return ns4 ? document.hmpopupDiv : ie4 ? document.all.hmpopupDiv : document.getElementById('hmpopupDiv')
}
popid_45925="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"background-image:url(\'tblbackgrnd20.png\'); border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td rowspan=\"2\" valign=\"top\" width=\"74px\" style=\"width:74px;\"><p><img src=\"rsm_3_header.jpg\" width=\"64\" height=\"100\" border=\"0\" alt=\"\"><\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"938px\" style=\"width:938px; height:32px;\"><p><span style=\"font-size: 20pt; color: #eaeaea;\">Enter Header Text<\/span><\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"96px\" style=\"width:96px; height:32px;\"><p style=\"text-align: right;\"><map name=\"map26\"><area shape=\"rect\" coords=\"0,0,37,33\" href=\"upl_intro.htm\" alt=\"Previous\" title=\"Previous\"><area shape=\"rect\" coords=\"38,0,75,33\" href=\"upl_intro.htm\" alt=\"Next\" title=\"Next\"><\/map><img src=\"arrownp.png\" width=\"76\" height=\"33\" border=\"0\" alt=\"\" ismap usemap=\"#map26\"><\/p>\n\r<\/td>\n\r<\/tr>\n\r<tr style=\"text-align:left;vertical-align:bottom;\">\n\r<td colspan=\"2\" valign=\"bottom\" width=\"1034px\" style=\"width:1034px; height:35px;\"><p><span style=\"font-size: 10pt; font-weight: bold; color: #eaeaea;\">Sub Topic Here<\/span><\/p>\n\r<p style=\"text-align: right;\"><span style=\"font-size: 8pt; font-style: italic; color: #eaeaea;\">(c) 2007-2010 <a href=\"http:\/\/www.HermeTechNZ.com\/EasyHL7\" target=\"_blank\" class=\"weblink\" style=\"font-size: 8pt; font-family: \'Trebuchet MS\'; font-style: italic; font-weight: normal; color: #eaeaea; background-color: transparent; text-decoration: none;\">Hermetech International Ltd.<\/a> <\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_515200561="<p><span style=\"font-weight: bold;\">HL7<\/span> - <span style=\"font-weight: bold;\">H<\/span>ealth <span style=\"font-weight: bold;\">L<\/span>evel <span style=\"font-weight: bold;\">7<\/span><\/p>\n\r<p>&nbsp;<\/p>\n\r<p>Home Website: <a href=\"http:\/\/www.hl7.org\" target=\"_blank\" class=\"weblink\">http:\/\/www.hl7.org<\/a><\/p>\n\r<p>Australia: <a href=\"http:\/\/www.hl7.org.au\" target=\"_blank\" class=\"weblink\">http:\/\/www.hl7.org.au<\/a><\/p>\n\r<p>&nbsp;<\/p>\n\r"
popid_515187251="<p><span style=\"font-weight: bold;\">ACK<\/span> - A Positive HL7 Acknowledgement returned to a client (Ack Type AA)<\/p>\n\r"
popid_515211202="<p><span style=\"font-weight: bold;\">NAK<\/span> - A negative HL7 Acknowledgement returned to a client (Ack Type AE or AR)<\/p>\n\r"
popid_1878312702="<p><span style=\"font-weight: bold;\">What IS a Listener<\/span>? A tcp\/ip listener application is any<\/p>\n\r<p>program which binds to a specific tcp\/ip port # and waits<\/p>\n\r<p>for inbound data streams. Example: MS SQL Server is a <\/p>\n\r<p>\'Listener\', it binds to port #1433 and \'listens\' for SQL traffic.<\/p>\n\r<p>Only ONE listener can bind to any ONE port # at any given time<\/p>\n\r<p>so it\'s very important that when selecting ports for any <\/p>\n\r<p>listener that they don\'t conflict with any other listeners <\/p>\n\r<p>running on a given computer.<\/p>\n\r"

