//HM_PG_FontFamily = "Verdana,Arial,sans-serif";
HM_PG_FontFamily = "Arial, Helvetica, sans-serif";
HM_PG_FontSize = 10;
HM_PG_FontBold = 0;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "#383838";
//HM_PG_FontColorOver = "#0066CC";
HM_PG_FontColorOver = "#000000";
//HM_PG_BGColor = "#B0D8FF";
HM_PG_BGColor = "#FFFFFF";
// HM_PG_BGColorOver = "#DDEEFF";
HM_PG_BGColorOver = "#EEEEEE";
HM_PG_ItemPadding = 3;

HM_PG_BorderWidth = 0;
//HM_PG_BorderColor = "#000099";
HM_PG_BorderColor = "#000000";
HM_PG_BorderStyle = "dashed";
HM_PG_SeparatorSize = 1;
//HM_PG_SeparatorColor = "#000099";
HM_PG_SeparatorColor = "#383838";

HM_PG_KeepHilite = true; 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 6;
HM_PG_ChildOffset = 4;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .025;
HM_PG_StatusDisplayBuild = 0;
HM_PG_StatusDisplayLink = 1;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = 0;

HM_PG_CreateTopOnly = 0;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;

//HM_a_TreesToBuild = [2];

// teile aus HM_Loader.js
HM_DOM = (document.getElementById) ? true : false;
HM_NS4 = (document.layers) ? true : false;
HM_IE = (document.all) ? true : false;
HM_IE4 = HM_IE && !HM_DOM;
HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
HM_IE4M = HM_IE4 && HM_Mac;

//FONT FOR MAC
HM_PG_FontSize = HM_Mac ? 9: 8;

//4.1
HM_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
HM_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);

HM_IsMenu = !HM_Opera && !HM_Konqueror && !HM_IE4M && (HM_DOM || HM_NS4 || HM_IE4);

HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";
// END teile aus HM_Loader.js