/*HM_Loader.js
* by Peter Belesis. v4.0.8 010405
* Copyright (c) 2001 Peter Belesis. All Rights Reserved.
*/

// These are the tree-specific overhead parameters.
// Set these only if you want to overwrite what is set in the HM_Arrays file.


HM_PG_MenuWidth = 150;
HM_PG_FontColor = "blue";
HM_PG_FontColorOver = "white";
HM_PG_BGColor = "#DDDDDD";
HM_PG_BGColorOver = "#FFCCCC";
HM_PG_BorderColor = "black";
HM_PG_SeparatorColor = "#black";


// These are the page-specific parameters.
// They are set here instead of on each HTML page since 
// the navigation will be the same throughout the site.

HM_PG_FontFamily = "Verdana, Arial, 'Trebuchet MS', sans-serif";
HM_PG_FontSize = (!HM_Mac && HM_NS4) ? 8 : 9;
HM_PG_FontBold = 0;
HM_PG_FontItalic = 0;

HM_PG_ItemPadding = 1;
HM_PG_BorderWidth = 1;
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;

HM_PG_ImageSrc = "/_imgs/imgs_nav/tri.gif";
HM_PG_ImageSrcLeft = "/_imgs/imgs_nav/triL.gif";
HM_PG_ImageSize = 4;
HM_PG_ImageHorizSpace = 2;
HM_PG_ImageVertSpace = 2;

HM_PG_KeepHilite = true; 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 0; // 20 default
HM_PG_ChildOffset = 0; // 10 default
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .01;
HM_PG_StatusDisplayBuild = 0;
HM_PG_StatusDisplayLink = 1;
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];

if(HM_IsMenu) {
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='_js/HM_Arrays.js' TYPE='text/javascript'><\/SCR" + "IPT>");
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='_js/HM_Script"+ HM_BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}


// end
