function PageAbout(type, about){

  if(type == 'show'){

    $("#site").html("<span>" + about + "</span>");

  }
  else {

    $("#site").html("<span>najeďte na web pro zobrazení jeho popisu</span>");

  }

}