$(document).ready(function(){ $("#s_mo_1").slideDown("slow").queue(function() { $("#s_mo_2").slideDown("slow").queue(function() { $("#s_mo_3").slideDown("slow").queue(function() { $("#s_mo_4").fadeIn("slow").queue(function() { $("#s_mo_5").animate({top:'0px'},500).queue(function() { $("#b_right_1").animate({left:'1'},500).queue(function() { $("#b_right_2").animate({left:'1'},500).queue(function() { $("#b_right_3").animate({left:'310'},500).queue(function() { $("#b_right_4").animate({left:'310'},500).queue(function() { $("#b_right_5").animate({left:'1'},500).queue(function() { $("#b_right_6").animate({left:'160'},500).queue(function() { }); }); }); }); }); }); }); }); }); }); }); });