// HM_Loader.js by Peter Belesis. v4.0.5 010312
// Copyright (c) 2001 Peter Belesis. All Rights Reserved.

  if(window.event + "" == "undefined") event = null;
  function HM_f_PopUp(){return false};
  function HM_f_PopDown(){return false};
  popUp = HM_f_PopUp;
  popDown = HM_f_PopDown;

  HM_PG_MenuWidth = 160;
  HM_PG_FontFamily = "Verdana,sans-serif";
  HM_PG_FontSize = 8;
  HM_PG_FontBold = 1;
  HM_PG_FontItalic = 0;
  HM_PG_FontColor = "#000000";
  HM_PG_FontColorOver = "#FFFFFF";
  HM_PG_BGColor = "#FFB300";
  HM_PG_BGColorOver = "#0066CC";
  HM_PG_ItemPadding = 2;

  HM_PG_BorderWidth = 1;
  HM_PG_BorderColor = "#000000";
  HM_PG_BorderStyle = "solid";
  HM_PG_SeparatorSize = 1;
  HM_PG_SeparatorColor = "#000000";
  HM_PG_ImageSrc = "/images/tri.gif";
  HM_PG_ImageSrcLeft = "/images/triL.gif";

  HM_PG_ImageSize = 7;
  HM_PG_ImageHorizSpace = 0;
  HM_PG_ImageVertSpace = 2;

  HM_PG_KeepHilite = true; 
  HM_PG_ClickStart = 0;
  HM_PG_ClickKill = false;
  HM_PG_ChildOverlap = -163;
  HM_PG_ChildOffset = 157;
  HM_PG_ChildPerCentOver = null;
  HM_PG_TopSecondsVisible = .5;
  HM_PG_StatusDisplayBuild =0;
  HM_PG_StatusDisplayLink = 0;
  HM_PG_UponDisplay = null;
  HM_PG_UponHide = null;
  HM_PG_RightToLeft = false;
  HM_PG_ShowLinkCursor = 1;
  HM_PG_NSFontOver = true;

//end