function OnLoad() {
	InitTerraExplorer();
	//alert("load");
	terraExplorer.Load("http://navigalis.cg22.fr/fly/cg22_Rando_ortho.fly");
	menu.invoke(1022);
	document.getElementById("terra").focus();
  map.ShowMapSelector=0;
}



