/***************************************************************************
							BROWSER DETECTION
***************************************************************************/

   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_IE && !HM_IE4M));

function popUp(){return};
function popDown(){return};
function startIt(){return}
if(!HM_IsMenu) event = null;

/***************************************************************************
							IN-PAGE PARAMETERS
***************************************************************************/

HM_PG_MenuWidth = 300;
HM_PG_FontFamily = "Arial";
HM_PG_FontSize = 8;
HM_PG_FontBold = false;
HM_PG_FontItalic = false;
HM_PG_FontColor = "black";
HM_PG_FontColorOver = "black";
HM_PG_BGColor = "#ffffff";
HM_PG_BGColorOver = "#88bbdd";
HM_PG_ItemPadding = 3;

HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "black";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 0;
HM_PG_SeparatorColor = "black";
HM_PG_ImageSrc = "tri.gif";
HM_PG_ImageSrcLeft = "tri.gif";
HM_PG_ImageSize = 9;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace =3;

HM_PG_KeepHilite = true; 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 1;
HM_PG_ChildOffset = 1;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = 0.5;
HM_PG_StatusDisplayBuild =1;
HM_PG_StatusDisplayLink = 1;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;

HM_PG_RightToLeft = false;

//HM_a_TreesToBuild = [];


HM_Array1 = [
[110,		// menu width
10,			// left_position
19,		// top_position
"#000000",  // font_color
"#000000",  // mouseover_font_color
"#ddeeff",  // background_color
"#5599cc",  // mouseover_background_color
"#000000",  // border_color
"gray",     // separator_color
0,			// top_is_permanent
0,          // top_is_horizontal
0,          // tree_is_horizontal
1,          // position_under
1,          // top_more_images_visible
1,          // tree_more_images_visible
"null",     // evaluate_upon_tree_show
"null",     // evaluate_upon_tree_hide

] ,
["Добавить новость","/news/add_news/",1,0,0]
]

HM_Array2 = [
[110,		// menu width
121,		// left_position
19,			// top_position
"#000000",      // font_color
"#000000",   // mouseover_font_color
"#ddeeff",   // background_color
"#5599cc",    // mouseover_background_color
"#000000",     // border_color
"gray",    // separator_color
0,			// top_is_permanent
0,          // top_is_horizontal
0,          // tree_is_horizontal
1,          // position_under
1,          // top_more_images_visible
1,          // tree_more_images_visible
"null",     // evaluate_upon_tree_show
"null",     // evaluate_upon_tree_hide

] ,
["Официальная информация","/about/information/",1,0,0],
["Наши партнеры","/about/partners/",1,0,0]
]

HM_Array3 = [
[110,		// menu width
232,		// left_position
19,			// top_position
"#000000",      // font_color
"#000000",   // mouseover_font_color
"#ddeeff",   // background_color
"#5599cc",    // mouseover_background_color
"#000000",     // border_color
"gray",    // separator_color
0,			// top_is_permanent
0,          // top_is_horizontal
0,          // tree_is_horizontal
1,          // position_under
1,          // top_more_images_visible
1,          // tree_more_images_visible
"null",     // evaluate_upon_tree_show
"null",     // evaluate_upon_tree_hide

] ,
["Добавить статью","/experts/article/",1,0,0],
["Добавить ссылку","/experts/links/",1,0,0],
["Реклама на сайте","/experts/advertising/",1,0,0]
]
