$("#mbanner"+num).show("fast");
$("#mbanner"+num).show("clip",0);
$("#mbanner"+num).show("slide",0);
$("#mbanner"+num).show("slide",1);
$("#mbanner"+num).show("slide",{direction:"right"},0);
$("#mbanner"+num+"_title").hide().delay(200).show('clip',0).animate({top:15},100,"easeInBack");
$("#mbanner"+num+"_title").hide().delay(2).show('clip',0).animate({top:15},100,"easeOutBounce");
$("#mbanner"+num+"_content").hide().delay(120).show('slide',{direction:'left'},0).animate({top:30},100,"easeOutBounce");
$("#mbanner"+num+"_content").fadeOut("fast").fadeIn("fast","linear");
$("#mbanner"+num+"_content").fadeOut("slow").fadeIn("slow","linear");