<!--

// R.I.I.A.L.
// navigation menu parameters

myMenuWidth = 200;
myMenuLeft = 85;
myMenuTop = 40;

HM_PG_MenuWidth = 120;
HM_PG_FontFamily = "verdana, arial, helvetica";
HM_PG_FontSize = 8;
HM_PG_FontBold = false;
HM_PG_FontItalic = false;
HM_PG_FontColor = "black";
HM_PG_FontColorOver = "black";
HM_PG_BGColor = "#ccccff";
HM_PG_BGColorOver = "#ddddff";
HM_PG_ItemPadding = 3;

HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "black";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "black";
HM_PG_ImageSrc = "images/play.gif";
HM_PG_ImageSrcLeft = "";
HM_PG_ImageSize = 11;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 2;

HM_PG_KeepHilite = true; 
HM_PG_ClickStart = false;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 50;
HM_PG_ChildOffset = 5;
HM_PG_ChildPerCentOver = null;

HM_PG_TopSecondsVisible = 1;
HM_PG_StatusDisplayBuild = false;
HM_PG_StatusDisplayLink = true;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;

//HM_PG_CreateTopOnly = 1;
HM_PG_ShowLinkCursor = true;

//HM_a_TreesToBuild = [1,2];

//-->

