$(function() {
	$(".hasToolTip").tooltip({position: ['bottom', 'center'],offset:[0,0]});
	$("img.flLeft").fullsize();
	$.smoothAnchors(1300, "swing", false);
});

$("#findDerivative").change(function() {
	this.form.submit();
	});
