function eventBookmarkSwitch(id)
{
  document.getElementById("eventBookmark1").className="eventBookmarkHidden";
  document.getElementById("eventBookmark2").className="eventBookmarkHidden";
  document.getElementById("eventBookmark3").className="eventBookmarkHidden";
  document.getElementById("eventBookmark4").className="eventBookmarkHidden";
  document.getElementById("eventBookmark"+id).className="eventBookmark";
}

function eventMonthBookmarkSwitch(id)
{
  document.getElementById("eventMonthBookmark1").className="eventBookmarkHidden";
  document.getElementById("eventMonthBookmark2").className="eventBookmarkHidden";
  document.getElementById("eventMonthBookmark3").className="eventBookmarkHidden";
  document.getElementById("eventMonthBookmark"+id).className="eventBookmark";
}

function ForumClick(event,post)
{
  ajaxGetDiv("#eventForum","/ajaxWydarzenia/forum/"+event+"/"+post+"/")
}
