/* --- Script © 2005 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="3" cellspacing="0" bgcolor="#FFFFFF" style="{border-width:1px; border-color:#FF0000; 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 bodyl = (window.pageXOffset) ? window.pageXOffset : document.body.scrollLeft;
  var bodyt = (window.pageYOffset) ? window.pageYOffset : document.body.scrollTop;
  var bodyw = (window.innerWidth)  ? window.innerWidth  : document.body.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";
  if (ie5_5) {
    tooltip.style.filter = "progid:DXImageTransform.Microsoft.DropShadow(color='b0b0b0', Direction=135, OffX='3', OffY='3') progid:DXImageTransform.Microsoft.Fade(Overlap=1.00)";
    for (i = 0; i <= 1; i++)
    { tooltip.filters[i].Apply();
      tooltip.filters[i].Play();}
  }
  }
  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_552381712="<p>Python is an Open-Source, dynamic programming language that is available for all major operating systems. The language is used in thousands of real-world business applications. <\/p>\n\r"
popid_816350779="<p>The ISO 8601 standard defines a &nbsp;format for dates that is universally understandable and it removes the confusion that can occur with the various date formats that are used by different countries. &nbsp;The ISO date format is YYYY-MM-DD.<\/p>\n\r"
popid_44095="<p><span class=\"f_specialterm\">Getting Things Done<\/span>  <span class=\"f_specialterm\">(GTD)<\/span> is a time management system by David Allen. &nbsp;See <a href=\"http:\/\/www.davidco.com\" target=\"_blank\" class=\"weblink\">http:\/\/www.davidco.com<\/a> or http:\/\/en.wikipedia.org\/wiki\/GTD<\/p>\n\r"
popid_147775238="<p>A <span class=\"f_specialterm\">tickler file<\/span>, in the <span class=\"f_specialterm\">Getting Things Done<\/span> technique is a set of 43 folders, 12 months and 31 days. Items are filed in the appropriate folder so that they will pop-up or tickle the user when they need to be actioned. &nbsp;See <a href=\"http:\/\/en.wikipedia.org\/wiki\/GTD#Tools_and_techniques\" target=\"_blank\" class=\"weblink\">http:\/\/en.wikipedia.org\/wiki\/GTD#Tools_and_techniques<\/a>.<\/p>\n\r"
