
HM_UserAgent = navigator.userAgent;
      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_Opera = (window.opera) ? true : false;
if(HM_Opera) {
    HM_BrowserPattern = /Opera(\/| )(\d+.*)/;
    HM_VersionSupported = 7;
}

HM_Konqueror = (HM_UserAgent.indexOf("Konqueror")!=-1);
if(HM_Konqueror) {
    HM_BrowserPattern = /(Konqueror\/)(\d+.*)/;
    HM_VersionSupported = 3;
}

if(HM_Opera || HM_Konqueror) {
    if (HM_UserAgent.match) {
       HM_Matches = HM_UserAgent.match(HM_BrowserPattern);
       if (HM_Matches&&HM_Matches[2]) {
          HM_BrowserVersion = parseFloat(HM_Matches[2]);
       } else HM_BrowserVersion = 0;
       HM_IsMenu = (HM_BrowserVersion >= HM_VersionSupported);
    } else {
       HM_BrowserVersion = 0;
       HM_IsMenu = false;
    }
} else {
    HM_BrowserVersion = 0;
    HM_IsMenu = !HM_IE4M && (HM_DOM || HM_NS4 || HM_IE4 );
}
var cUrl='http://www.cerep.fr/cerep/users/'
//var cUrl='http://dell-2800-68/web2009/users/'

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          = 150;
HM_GL_FontFamily         = "Verdana, Arial, Helvetica, sans-serif";
HM_GL_FontSize           = 8;
HM_GL_FontBold           = false;
HM_GL_FontItalic         = false;
HM_GL_FontColor          = "black";
HM_GL_FontColorOver      = "white";
HM_GL_BGColor            = "transparent";
HM_GL_BGColorOver        = "transparent";
HM_GL_ItemPadding        = 3;

HM_GL_BorderWidth        = 1;
HM_GL_BorderColor        = "red";
HM_GL_BorderStyle        = "solid";
HM_GL_SeparatorSize      = 1;
HM_GL_SeparatorColor     = "#BABABA";

HM_GL_ImageSrc           = "puce_menu.gif";
HM_GL_ImageSrcLeft       = "puce_menu.gif";

HM_GL_ImageSrcOver       = "puce_menu2.gif";
HM_GL_ImageSrcLeftOver   = "puce_menu2.gif";
HM_GL_PreloadImages      = true;

HM_GL_ImageSize          = 9;
HM_GL_ImageHeight        = 5;
HM_GL_ImageHorizSpace    = 0;
HM_GL_ImageVertSpace     = "middle";

HM_GL_KeepHilite         = true;
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_ChildSecondsVisible = .3;
HM_GL_StatusDisplayBuild = 0;
HM_GL_StatusDisplayLink  = 0;
HM_GL_UponDisplay        = null;
HM_GL_UponHide           = null;

HM_GL_RightToLeft        = false;
HM_GL_CreateTopOnly      = true;
HM_GL_ShowLinkCursor     = true;

HM_GL_ScrollEnabled      = true;
HM_GL_ScrollOver         = (HM_Opera) ? 1 : 0;
HM_MacN7                 = (HM_Mac&&(HM_UserAgent.indexOf('Netscape/7')!=-1))?true:false;
HM_GL_ScrollInterval     = (HM_MacN7) ? 100 : 20;
HM_GL_ScrollBarHeight    = 16;
HM_GL_ScrollBarColor     = "lightgrey";
HM_GL_ScrollImgSrcTop    = "puce_menu.gif";
HM_GL_ScrollImgSrcBot    = "puce_menu.gif";
HM_GL_ScrollImgWidth     = 9;
HM_GL_ScrollImgHeight    = 5;
HM_GL_ScrollBothBars     = true;

HM_GL_FramesEnabled      = false;
HM_GL_FramesNavFramePos  = "top";
HM_GL_FramesMainFrameName = "main";

HM_GL_HoverTimeTop       = 0;
HM_GL_HoverTimeTree      = 0;

HM_GL_ImageDir           = cUrl + "/images/commun/";
HM_ScriptDir             = cUrl + "/js/";

function HM_f_CenterMenu(menu) {
	var MinimumPixelLeft = 0;
	var TheWindowWidth = HM_IE ? document.body.clientWidth : window.innerWidth;
	if (menu == "1")
	{
		return Math.max(parseInt(((TheWindowWidth-735) / 2)+185),MinimumPixelLeft);
	}else if (menu == "2")
	{
		return Math.max(parseInt(((TheWindowWidth-735) / 2)+177),MinimumPixelLeft);
	}else if (menu == "3")
	{
		return Math.max(parseInt(((TheWindowWidth-735) / 2)+330),MinimumPixelLeft);
	}else if (menu == "4")
	{
		return Math.max(parseInt(((TheWindowWidth-735) / 2)+96),MinimumPixelLeft);
	}else if (menu == "5")
	{
		return Math.max(parseInt(((TheWindowWidth-735) / 2)+169),MinimumPixelLeft);
	}else if (menu == "6")
	{
		return Math.max(parseInt(((TheWindowWidth-735) / 2)+211),MinimumPixelLeft);
	}else if (menu == "7")
	{
		return Math.max(parseInt(((TheWindowWidth-735) / 2)+302),MinimumPixelLeft);
	}else if (menu == "8")
	{
		return Math.max(parseInt(((TheWindowWidth-735) / 2)+357),MinimumPixelLeft);
	}else if (menu == "9")
	{
		return Math.max(parseInt(((TheWindowWidth-735) / 2)+422),MinimumPixelLeft);
	}
}

if(HM_IsMenu) {
	HM_BrowserString = HM_NS4 ? "NS4" : HM_Opera ? "OPR" : HM_DOM ? "DOM" : "IE4";
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='" + HM_ScriptDir + "HM_Arrays.js' TYPE='text/javascript'><\/SCR" + "IPT>");
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='" + HM_ScriptDir + "HM_Script"+ HM_BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}
