function noreport()
{
 return true;
}
window.onerror=noreport;

function makeArray(n){
  this.length = n;
  for (i=1;i<=n;i++){
    this[i]=0;
  }
  return this;
}


function zeigedatum() {
	var this_month = new makeArray(12);
    this_month[0]  = "janvier";
    this_month[1]  = "février";
    this_month[2]  = "mars";
    this_month[3]  = "avril";
    this_month[4]  = "mai";
    this_month[5]  = "juin";
    this_month[6]  = "julliet";
    this_month[7]  = "aôut";
    this_month[8]  = "septembre";
    this_month[9]  = "octobre";
    this_month[10] = "novembre";
    this_month[11] = "décembre";
	var today = new Date();
	var day   = today.getDate();
	var month = today.getMonth();
	var year  = today.getYear();
	if (year< 1900) {
		year += 1900;
	}
 return("le "+day+" "+this_month[month]+" "+year);
// return("Deutschland, "+[day]+" "+this_month[month]+" "+year);

}


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_PG_MenuWidth = 130;
HM_PG_FontFamily = "Arial,sans-serif";
HM_PG_FontSize = 10;
HM_PG_FontBold = 0;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "#FFFFFF";
HM_PG_FontColorOver = "#000000";
HM_PG_BGColor = "#999999";
HM_PG_BGColorOver = "#c0c0c0";
HM_PG_ItemPadding = 3;

HM_PG_BorderWidth = 2;
HM_PG_BorderColor = "#666666";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "#666666";
HM_PG_ImageSrc = "/fr/menu/tri.gif";
HM_PG_ImageSrcLeft = "/fr/menu/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 = 20;
HM_PG_ChildOffset = 10;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .5;
HM_PG_StatusDisplayBuild =0;
HM_PG_StatusDisplayLink = 0;
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 = [2];

