document.observe('dom:loaded', function() {
	if ($("estimate"))
	    new Tips($$(".help_btn a"), $H({ offsetX: 5, offsetY: -5 }));
});