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 = 140;
HM_PG_FontFamily = "Arial,sans-serif";
HM_PG_FontSize = 8;
HM_PG_FontBold = 0;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "white"; 
HM_PG_FontColorOver = "#C1D1FF";
HM_PG_BGColor = "#005C92";
HM_PG_BGColorOver = "#492CC2";
HM_PG_ItemPadding = 1;

HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "black";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "#C1D1FF";
HM_PG_ImageSrc = "menus/tri.gif";
HM_PG_ImageSrcLeft = "menus/triL.gif";

HM_PG_ImageSize = 5;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 2;

HM_PG_KeepHilite = true;  //true if you want the parents menu item to stay hilited, false if not 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false; //true if when click mouse, kill menu... false if you want menu to disappear automatically
HM_PG_ChildOverlap = 20;
HM_PG_ChildOffset = 10;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = 2; //if clickkill = false, this is how many seconds till menu disappears
HM_PG_StatusDisplayBuild =0;
HM_PG_StatusDisplayLink = 0;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;

HM_PG_ShowLinkCursor = 1;