$(function() {
	$("#panel-b ul").idTabs(); 
});

/* Scroll to Top */
$(function() {
    $('a[href=#info]').click(function(){
        $('html, body').animate({ scrollTop: $("#panel-b").attr("scrollHeight") }, 'slow');
        return false;
    });
});


