/* $Id: tip_setup.js 10537 2008-11-26 20:02:34Z 08869 $ */
document.observe('dom:loaded', function() {
	if($('main_nav')) {
		// tool tips
		new Tooltip('explore', 'Explore the impact that people around the country are making by reducing their carbon footprints.');
		new Tooltip('calculate', 'Measure your carbon footprint and set your goals using our advanced calculator developed by ICF International for the US Environmental Protection Agency.');
		new Tooltip('join', 'Create a basic profile that joins your efforts with others around the country.');
	}
});
