$(document).ready(function(){
  $("#mbox1").animate( { left: "39px", top: "80px" }, 500, function() {
    $("#mbox2").animate( { width: "44px", height: "44px", left: "26px", top: "54px" }, 400, function() {
      $("#mbox2").animate( { width: "38px", height: "38px", left: "29px", top: "60px" }, 100, function() {
        $("#mbox3").animate( { width: "64px", height: "64px", left: "16px", top: "34px" }, 400, function() {
          $("#mbox3").animate( { width: "58px", height: "58px", left: "19px", top: "40px" }, 100, function() {
            $("#mbox4").animate( { width: "84px", height: "84px", left: "6px", top: "14px" }, 400, function() {
              $("#mbox4").animate( { width: "78px", height: "78px", left: "9px", top: "20px" }, 100, function() {
                $("#mbox5").animate( { width: "104px", height: "104px", left: "-3px", top: "-6px" }, 400, function() {
                  $("#mbox5").animate( { width: "98px", height: "98px", left: "0px", top: "0px" }, 100, function() {
                    $("#mbox1").animate( { width: "18px", height: "98px", left: "39px", top: "0px"}, 500, function() {
                      $("#menu1").animate( { top: "0px" }, 500);
                    });
                  });
                });
              });
            });
          });
        });
      });
    });
  });
});
$(document).ready(function(){
  $("#cbox1").animate( { left: "180px", top: "40px" }, 500, function() {
    $("#cbox2").animate( { width: "44px", height: "44px", left: "154px", top: "27px" }, 400, function() {
      $("#cbox2").animate( { width: "38px", height: "38px", left: "160px", top: "30px" }, 100, function() {
        $("#cbox3").animate( { width: "64px", height: "64px", left: "134px", top: "17px" }, 400, function() {
          $("#cbox3").animate( { width: "58px", height: "58px", left: "140px", top: "20px" }, 100, function() {
            $("#cbox4").animate( { width: "84px", height: "84px", left: "114px", top: "7px" }, 400, function() {
              $("#cbox4").animate( { width: "78px", height: "78px", left: "120px", top: "10px" }, 100, function() {
                $("#cbox5").animate( { width: "104px", height: "104px", left: "94px", top: "-3px" }, 400, function() {
                  $("#cbox5").animate( { width: "98px", height: "98px", left: "100px", top: "0px" }, 100);
                });
              });
            });
          });
        });
      });
    });
  });
});


