<!--

function cb () {
  temp=navigator.userAgent; 
  if((parseInt(temp.substring(8,9))>2)&&(temp.substring(0,7)=="Mozilla"))
  {return true;}
}

HM_PG_MenuWidth = 150;
HM_PG_FontFamily = "Verdana,Arial";
HM_PG_FontSize = 9;
HM_PG_FontBold = 1;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "#415482";
HM_PG_FontColorOver = "#000000";
HM_PG_BGColor = "#000000";
HM_PG_BGColorOver = "#ffffff";
HM_PG_ItemPadding = 6;

HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "#415482";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "#415482";
HM_PG_ImageSrc = "/images/MenuArrow.gif";
HM_PG_ImageSrcLeft = "/images/dot.gif";

HM_PG_ImageSize = 5;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 3;

HM_PG_KeepHilite = true; 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 1;
HM_PG_ChildOffset = 0;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .5;
HM_PG_StatusDisplayBuild =1;
HM_PG_StatusDisplayLink = 0;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;

HM_PG_CreateTopOnly = 1;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;

//HM_a_TreesToBuild = [1,2];

//-->