$(document).ready(function(){

/* Show jQuery is running */

$('#map').zoommap({
		// Width and Height of the Map
		width: '500px',
		height: '383px',
			
		//Misc Settings
		zoomDuration: 1000,
		bulletWidthOffset: '10px',
		bulletHeightOffset: '10px',
		
		//ids and classes
		zoomClass: 'zoomable',
		popupSelector: 'div.popup',
		popupCloseSelector: 'a.close',
		
		//Return to Parent Map Link

		
		//Initial Region to be shown
		map: {
        data: 'http://www.seabrookedc.com/popups/projects.asp',
        image: 'http://www.seabrookedc.com/images/sedc_map.jpg',
		}
	});


});
