$(function() {
    /*Umnitsa.Interface.SplashScreen({
        src : '/promo/promo.swf',
        width : 860,
        height : 640
    });*/
    Umnitsa.initAjax();
    Umnitsa.Interface.Phone();
    Umnitsa.Interface.Clouds();
    Umnitsa.Interface.SideBarMenu();
    Umnitsa.Interface.MainMenu();
    Umnitsa.Interface.GeoPopup();

    window.eStore = new EStore();

    if (Umnitsa.interfaces.have('gallery')) {
        Umnitsa.Interface.Gallery();
    }

    if (Umnitsa.interfaces.have('products.filter')) {
        Umnitsa.Interface.Products.initFilters();
    }
    if (Umnitsa.interfaces.have('products.list')) {
        Umnitsa.Interface.Products.initList();
    }
    if (Umnitsa.interfaces.have('products.page')) {
        Umnitsa.Interface.Products.initPage();
    }

    if (Umnitsa.interfaces.have('seminar_order')) {
        Umnitsa.Interface.SeminarOrder();
    }

    if (Umnitsa.interfaces.have('city_select')) {
        Umnitsa.Interface.CitySelect();
    }


});

