function goToByScroll(t){$("html,body").animate({scrollTop:$("#"+t).offset().top},"slow")}$(document).ready(function(){var t="item1";$(".select-links a").click(function(e){e.preventDefault();var n=$(this).parent().attr("class");t!=n&&($(".select-links li."+t).removeClass("active"),$(this).parent().addClass("active"),$(".select-content ."+t).stop().fadeOut(200),$(".select-content ."+n).stop().delay(200).fadeIn(200),t=n)}),$(".hotspots li.item1").hover(function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item1").stop().fadeIn("fast")},function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item1").stop().fadeOut("fast")}),$(".hotspots li.item2").hover(function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item2").stop().fadeIn("fast")},function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item2").stop().fadeOut("fast")}),$(".hotspots li.item3").hover(function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item3").stop().fadeIn("fast")},function(){$(this).parent().parent().parent().children(".hotspots-content").children(".item3").stop().fadeOut("fast")}),$("#header .interaction-area").hover(function(){$("#header .tampa").delay(400).removeClass("active")},function(){$("#header .tampa").delay(400).addClass("active")})});