 	HM_PG_MenuWidth = 250;
	HM_PG_FontFamily = "Arial,sans-serif";
	HM_PG_FontSize = 10;
	HM_PG_FontBold = false;
	HM_PG_FontItalic = false;
	HM_PG_FontColor = "black";
	HM_PG_FontColorOver = "black";
	HM_PG_BGColor = "#DCDCDC";
	HM_PG_BGColorOver = "#F0F0F0";
	HM_PG_ItemPadding = 3;
	HM_PG_BorderWidth = 1;
	HM_PG_BorderColor = "black";
	HM_PG_BorderStyle = "solid";
	HM_PG_SeparatorSize = 0;
	HM_PG_SeparatorColor = HM_PG_BGColor;
	HM_PG_ImageSrc = "graphics/arrow.gif";
	HM_PG_ImageSrcLeft = "graphics/triL.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 = 3;
	HM_PG_ChildOffset = 3;
	HM_PG_ChildPerCentOver = null;
	HM_PG_TopSecondsVisible = .5;
	HM_PG_StatusDisplayBuild =0;
	HM_PG_StatusDisplayLink = true;
	HM_PG_UponDisplay = null;
	HM_PG_UponHide = null;
	HM_PG_RightToLeft = false;
	HM_PG_ShowLinkCursor = 1;
	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;
	HM_IsMenu = (HM_DOM || HM_NS4 || (HM_IE4 && !HM_IE4M));
	HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";
	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_GL_MenuWidth          = 250;
	HM_GL_FontFamily         = "Verdana,Arial,sans-serif";
	HM_GL_FontSize           = 9;
	HM_GL_FontBold           = true;
	HM_GL_FontItalic         = false;
	HM_GL_FontColor          = "black";
	HM_GL_FontColorOver      = "#800000";
	HM_GL_BGColor            = "#F8F0E8";
	HM_GL_BGColorOver        = "#D8D6C2";
	HM_GL_ItemPadding        = 3;
	HM_GL_BorderWidth        = 2;
	HM_GL_BorderColor        = "red";
	HM_GL_BorderStyle        = "solid";
	HM_GL_SeparatorSize      = 2;
	HM_GL_SeparatorColor     = "#B8B690";
	HM_GL_ImageSrc           = "graphics/tri.gif";
	HM_GL_ImageSrcLeft       = "graphics/triL.gif";
	HM_GL_ImageSize          = 5;
	HM_GL_ImageHorizSpace    = 5;
	HM_GL_ImageVertSpace     = 5;
	HM_GL_KeepHilite         = false;
	HM_GL_ClickStart         = false;
	HM_GL_ClickKill          = 0;
	HM_GL_ChildOverlap       = 40;
	HM_GL_ChildOffset        = 10;
	HM_GL_ChildPerCentOver   = null;
	HM_GL_TopSecondsVisible  = .5;
	HM_GL_StatusDisplayBuild = 0;
	HM_GL_StatusDisplayLink  = 1;
	HM_GL_UponDisplay        = null;
	HM_GL_UponHide           = null;
	//HM_GL_RightToLeft        = true;
	HM_GL_CreateTopOnly    = true;
	HM_GL_ShowLinkCursor     = true;

	function HM_f_LeftPosition(delta) {
		var TheWindowWidth = HM_IE ? document.body.clientWidth : window.innerWidth;
		var LeftMargin = (eval(TheWindowWidth-745))/2;
		return (LeftMargin + delta);
	}

	function HM_fc_GetMenuDimension(menuNum,width) {
		var menuID = HM_MenuIDPrefix + menuNum;
		var MenuEl = 
			HM_DOM ? HM_MenusTarget.document.getElementById(menuID) :
			HM_IE ? HM_MenusTarget.document.all(menuID) :
			HM_MenusTarget[menuID];
		if (MenuEl) {
			if (!HM_NS4&&(!MenuEl.sizeFixed)) MenuEl.fixSize(false);
		 	if (HM_DOM) {
		 		return (((HM_IEnoDTD||HM_OperaQuirk)?0:(HM_BorderWidth*2))+ 
		        	((width) ? parseInt(MenuEl.style.width) : 
		                       parseInt(MenuEl.style.height)));
			}
			else if (HM_IE) {
				return ((width) ? MenuEl.style.pixelWidth : 
		                     	  MenuEl.style.pixelHeight);
			}
			else {
				return ((width) ? MenuEl.clip.width : MenuEl.clip.height);
			}
		}
		else return 0;
	}

	function localLink() {
		return;
	}