$(function(){$(".bubble").mouseenter(function(){$(".welcome").hide();$(".box").hide();$("#"+this.id+"-info").show();var a=parseInt($(this).css("top"))-45;a=Math.min(Math.max(a,40),290);if($(".box-arrow:first").data("shown")){$(".box-arrow:first").stop(true);$(".box-arrow:first").animate({top:a},100,"linear")}else{$(".box-arrow:first").show();$(".box-arrow:first").css("top",a);$(".box-arrow:first").data("shown",true)}})});
