/* --- 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="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 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";
  }
  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_1977299955="<p>Specifies how the item looks when the <span style=\"font-weight: bold;\">mouse is away<\/span> from the item.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p><span style=\"font-weight: bold;\">See also<\/span><\/p>\n\r<p><a href=\"thethreeitemstates.htm\">The Three Item states<\/a><\/p>\n\r"
popid_491552317="<p>Specifies how the item looks when the <span style=\"font-weight: bold;\">mouse is over<\/span> the item.<\/p>\n\r<p><span style=\"font-weight: bold;\">&nbsp;<\/span><\/p>\n\r<p><span style=\"font-weight: bold;\">See also<\/span><\/p>\n\r<p><a href=\"thethreeitemstates.htm\">The Three Item states<\/a><\/p>\n\r"
popid_418820107="<p>Specifies how the item looks when the <span style=\"font-weight: bold;\">mouse clicks on<\/span> the item.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p><span style=\"font-weight: bold;\">See also<\/span><\/p>\n\r<p><a href=\"thethreeitemstates.htm\">The Three Item states<\/a><\/p>\n\r"
popid_1262038378="<p>Most properties keep the same value in all item states. It is therefore very useful to enter the property value only once. This is how the <img src=\"clip0129.png\" width=\"16\" height=\"16\" border=\"0\" alt=\"clip0129\"> button can make life easier; it copies the property value of the \"Normal\" state to the \"Mouse Over\" and \"Mouse Click\" states.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p><span style=\"font-weight: bold;\">See also<\/span><\/p>\n\r<p><a href=\"thethreeitemstates.htm\">The Three Item states<\/a><\/p>\n\r"
popid_1332341173X="<p>The element-relative menu-positioning code is used to position your menu next to a specific element (table cell, text, image, etc.) inside the page.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p>The menu-positioning code is as follows:<\/p>\n\r<p>&nbsp;<\/p>\n\r<p style=\"margin: 0px 0px 0px 13px;\"><span style=\"font-size: 12pt; font-style: italic; font-weight: bold;\">&lt;style type=\"text\/css\"&gt;.awmAnchor {position:relative;z-index:0}&lt;\/style&gt;<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 13px;\"><span style=\"font-size: 12pt; font-style: italic; font-weight: bold;\">&lt;span id=\'awmAnchor-menuname\' class=\'awmAnchor\'&gt;&amp;nbsp;&lt;\/span&gt;<\/span><\/p>\n\r<p><span style=\"font-style: italic;\">&nbsp;<\/span><\/p>\n\r<p>...where <span style=\"font-style: italic; text-decoration: underline;\">menuname<\/span> is the name of the specific menu to be positioned (do not use the .js extension next to <span style=\"font-style: italic; text-decoration: underline;\">menuname<\/span>!) <\/p>\n\r<p>&nbsp;<\/p>\n\r<p style=\"text-indent: -6px; margin: 0px 0px 0px 6px;\">For example, if your compiled menu is \"mymenu.js\", you should use the following code: <\/p>\n\r<p style=\"margin: 0px 0px 0px 13px;\"><span style=\"font-style: italic;\">&nbsp;<\/span><\/p>\n\r<p style=\"margin: 0px 0px 0px 23px;\"><span style=\"font-style: italic;\">&lt;style type=\"text\/css\"&gt;.awmAnchor {position:relative;z-index:0}&lt;\/style&gt;&lt;span id=\'<\/span><span style=\"font-style: italic; font-weight: bold;\">awmAnchor-mymenu<\/span><span style=\"font-style: italic;\">\' class=\'awmAnchor\'&gt;&amp;nbsp;&lt;\/span&gt;<\/span><\/p>\n\r<p>&nbsp;<\/p>\n\r<p style=\"text-indent: -13px; margin: 0px 0px 0px 13px;\"><span style=\"font-weight: bold; color: #ff0000;\">Note:<\/span><span style=\"font-weight: bold;\"> Do not use the .js or .awm extensions inside the awmAnchor variable!<\/span> <\/p>\n\r"

