// JavaScript Document
			$(document).ready(function(){
				
				$('.boxgrid.caption').hover(function(){
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'125px'},{queue:false,duration:160});
				});
			});
			
			$(function() {
            $("#1, #2, #3").navigation({
                fx: "easeOutQuart", 
                speed: 700,
                click: function(event, menuItem) {
                    return true;
                }
            });
        });
			
			$(function(){$.fn.scrollToTop=function(){$(this).hide().removeAttr("href");if($(window).scrollTop()!="0"){$(this).fadeIn("slow")}var scrollDiv=$(this);$(window).scroll(function(){if($(window).scrollTop()=="0"){$(scrollDiv).fadeOut("slow")}else{$(scrollDiv).fadeIn("slow")}});$(this).click(function(){$("html, body").animate({scrollTop:0},"slow")})}});
 
  $(function() {
                $("#toTop").scrollToTop();
            });
  
  document.write('<style type="text/css">.tabber{display:none;}<\/style>');
