HM_PG_MenuWidth = 150;
HM_PG_FontFamily = "Arial,sans-serif";
HM_PG_FontSize = 10;
HM_PG_FontBold = 1;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "blue";
HM_PG_FontColorOver = "white";
HM_PG_BGColor = "#DDDDDD";
HM_PG_BGColorOver = "#FFCCCC";
HM_PG_ItemPadding = 2;

HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "black";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "#d0ff00";

HM_PG_ImageSrc = "HM_More_black_right.gif";
HM_PG_ImageSrcLeft = "HM_More_black_left.gif";
HM_PG_ImageSrcOver = "HM_More_white_right.gif";
HM_PG_ImageSrcLeftOver = "HM_More_white_left.gif";

HM_PG_ImageSize = 5;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 2;

HM_PG_KeepHilite = true; 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 1;
HM_PG_ChildOffset = -1;
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 = 0;

HM_PG_CreateTopOnly = 0;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;

if (document.images) {
  newsover = new Image(110,20);
  newsout = new Image(110,20);
  newsover.src = "images/button_newslt.jpg";
  newsout.src = "images/button_news.jpg";

  homeover = new Image(110,20);
  homeout = new Image(110,20);
  homeover.src = "images/button_homelt.jpg";
  homeout.src = "images/button_home.jpg";

  newproductsover = new Image(110,20);
  newproductsout = new Image(110,20);
  newproductsover.src = "images/button_newproductslt.jpg";
  newproductsout.src = "images/button_newproducts.jpg";

  brandlineover = new Image(110,20);
  brandlineout = new Image(110,20);
  brandlineover.src = "images/button_brandlinelt.jpg";
  brandlineout.src = "images/button_brandline.jpg";

  licenseeover = new Image(110,20);
  licenseeout = new Image(110,20);
  licenseeover.src = "images/button_licenseelt.jpg";
  licenseeout.src = "images/button_licensee.jpg";

  customover = new Image(110,20);
  customout = new Image(110,20);
  customover.src = "images/button_customlt.jpg";
  customout.src = "images/button_custom.jpg";

  contactover = new Image(110,20);
  contactout = new Image(110,20);
  contactover.src = "images/button_contactlt.jpg";
  contactout.src = "images/button_contact.jpg";

  newsover = new Image(110,20);
  newsout = new Image(110,20);
  newsover.src = "images/button_newslt.jpg";
  newsout.src = "images/button_news.jpg";

  logonover = new Image(110,20);
  logonout = new Image(110,20);
  logonover.src = "images/button_logonlt.jpg";
  logonout.src = "images/button_logon.jpg";

  logoffover = new Image(110,20);
  logoffout = new Image(110,20);
  logoffover.src = "images/button_logofflt.jpg";
  logoffout.src = "images/button_logoff.jpg";
}

function changeImage(target, image) {
  if (document.images) {
    document.target.src = eval(image + ".src")
  }
}
