  function activateMenuItem(menuLoc){
    document.location.href = menuLoc;
  }

  function logIn(){
    document.flogin.action="LogIn";
    document.flogin.method="post";
    if(document.flogin.loginName.value!=''&&document.flogin.password.value!=''){
      document.flogin.submit();
    } else {
      alert("Insert Username and Password!");
    }
  }

  function logOut(){
    document.location.href = "LogOut";
  }
  
  function changeLangEn(){
    document.location.href = "HomePageEn";
    //document.location.href = "http://lady-calendar.com/work/HomePageEn";
  }
  
  function changeLangBg(){
    document.location.href = "HomePageBg";
    //document.location.href = "http://calendar.zachatie.org/work/HomePageBg";
  }  
  
  function changeLangDe(){
    document.location.href = "HomePageDe";
    //document.location.href = "http://lady-calendar.com/work/HomePageDe";
  }  

  function changeLangRu(){
    document.location.href = "HomePageRu";
    //document.location.href = "http://lady-calendar.com/work/HomePageRu";
  }    
  
  function changeLangFr(){
    document.location.href = "HomePageFr";
    //document.location.href = "http://lady-calendar.com/work/HomePageFr";
  }    
  
  function lostPassword(){
    document.location.href = "LostPassword";
  }  