/**
 * @author tequila digital
 */


$(document).ready(function() {
        $("a.more").click(function () {
                $("a.more").hide();
                $("#contentMagazine").show("blind", 800);
                $("a.less").show();
                return false;
        });
        $("a.less").click(function () {
                $("a.less").hide();
                $("#contentMagazine").hide("blind", 800);
                $("a.more").show();
                return false;
        });

        $('.disabled').click(function() {
            return false;
        });

        $('div.home ul li a[class^=store]').click(function() {
            $(this).parent().parent().find('li').each(function() {
                $(this).removeClass('activeStore');
            });
            $(this).parent().addClass('activeStore');
            return false;
        });

        $(".closinghome a").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                return false;
        });
        $("#closehome a").click(function () {
                $("#closehome").hide();
                $(".openhome").show("slide", { direction: "left" }, 1000, function(){$(".closinghome a").show();});
                $("#mask-excerpt").hide();
                $(".accordionclose").show("slide", { direction: "right" }, 200);
                return false;
        });
        $("a.campana1").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentCampaign1, #contentCampaign2, #contentCampaign3, #contentCampaign4").hide();
                $("#contentCampaign1").show();
                return false;
        });
        $("a.campana2").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentCampaign1, #contentCampaign2, #contentCampaign3, #contentCampaign4").hide();
                $("#contentCampaign2").show();
                return false;
        });
        $("a.campana3").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentCampaign1, #contentCampaign2, #contentCampaign3, #contentCampaign4").hide();
                $("#contentCampaign3").show();
                return false;
        });
        $("a.campana4").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentCampaign1, #contentCampaign2, #contentCampaign3, #contentCampaign4").hide();
                $("#contentCampaign4").show();
                return false;
        });
        $("a.store1").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentStore1, #contentStore2, #contentStore3, #contentStore4, #contentStore5, #contentStore6, #contentStore7").hide();
                $("#contentStore1").show();
                return false;
        });
        $("a.store2").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentStore1, #contentStore2, #contentStore3, #contentStore4, #contentStore5, #contentStore6, #contentStore7").hide();
                $("#contentStore3").show();
                return false;
        });
        $("a.store3").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentStore1, #contentStore2, #contentStore3, #contentStore4, #contentStore5, #contentStore6, #contentStore7").hide();
                $("#contentStore2").show();
                return false;
        });
        $("a.store4").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentStore1, #contentStore2, #contentStore3, #contentStore4, #contentStore5, #contentStore6, #contentStore7").hide();
                $("#contentStore4").show();
                return false;
        });
        $("a.store5").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentStore1, #contentStore2, #contentStore3, #contentStore4, #contentStore5, #contentStore6, #contentStore7").hide();
                $("#contentStore5").show();
                return false;
        });
        $("a.store6").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentStore1, #contentStore2, #contentStore3, #contentStore4, #contentStore5, #contentStore6, #contentStore7").hide();
                $("#contentStore7").show();
                return false;
        });
        $("a.store7").click(function () {
                $(".openhome").hide("slide", { direction: "left" }, 1000, function(){$("#closehome").show();} );
                $("#contentStore1, #contentStore2, #contentStore3, #contentStore4, #contentStore5, #contentStore6, #contentStore7").hide();
                $("#contentStore6").show();
                return false;
        });
});
