jQuery(function(){
	jQuery('ul.sf-menu').superfish();
});

$().ready(function() {
	$('#coda-slider-1').codaSlider({
		dynamicArrows: false,
		autoSlide: true,
		autoSlideInterval: 8000,
		autoSlideStopWhenClicked: true
	});
	
	Shadowbox.init({skipSetup: true});
	
	$('.shadowlink').click(function(){
		Shadowbox.open({
			content: '<div id="popup"><h3>Benefits of Registering</h3><p><strong>Want to become more Energy & Resource Efficient?</strong></p><p>Learn about the latest Energy Saving ideas, strategies and products.  Hear about the impact of Energy Saving Warehouses tracking system. ESW newsletter members will receive a range of benefits, including:</p><ul><li>Exclusive content not seen on the website</li><li>Important announcements and invitations</li><li>Priority notification of new Articles and publications</li></ul></div>',
			player: "html",
			height: 300,
			width: 350
		});
	});
});
