function onDiv(id)
{
  $("#mainIdent").find("div").css("display", "none");
  $("#"+id).css("display", "block");
}