swfobject.embedSWF( SWF_PATH + "left_ru.swf", "logo-swf_ru", "168", "111", "9.0.0", SWF_PATH + "expressInstall.swf", false, {wmode:"transparent"});
swfobject.embedSWF( SWF_PATH + "left.swf", "logo-swf", "168", "111", "9.0.0", SWF_PATH + "expressInstall.swf", false, {wmode:"transparent"});
swfobject.embedSWF( SWF_PATH + "right.swf", "cotton-swf", "128", "119", "9.0.0", SWF_PATH + "expressInstall.swf", false, {wmode:"transparent"});


$(function(){
    $(".sidebar .menu li").click(function(){
        if($(this).has("ul").length){
            $(this).toggleClass("active");
            $("ul", this).slideToggle( "slow" ,function(){
                $(this).toggleClass("open");
            });
        }
    });
    $("div.global-it").css("opacity", 0.7 )
    $("div.global-it p").css("opacity", 0 )
    $("div.global-it").hover(
        function(){
            $(this).css("opacity", 1 )
            $(this).children("p").animate({
                 opacity: 1,
                 right: 20
            },"slow");
        },
        function(){
            $(this).css("opacity", 0.7 )
            $(this).children("p").animate({
                 opacity: 0,
                 right: -165
            },"slow");
        }
    );
})
