$(document).ready(function(){

/* Show jQuery is running */
/* $('h1').css({textDecoration: 'underline'}); */

$('#map').zoommap({
		// Width and Height of the Map
		width: '471px',
		height: '250px',
			
		//Misc Settings
		blankImage: 'http://www.solasalonstudios.com/inc/images/blank.gif',
		zoomDuration: 1000,
		bulletWidthOffset: '10px',
		bulletHeightOffset: '10px',
		
		//ids and classes
		zoomClass: 'zoomable',
		popupSelector: 'div.popup',
		popupCloseSelector: 'a.close',
		
		//Return to Parent Map Link
		showReturnLink: true,
		returnId: 'returnlink',
		returnText: '&laquo; return',
		
		//Initial Region to be shown
		map: {
			id: 'q1',
			image: 'http://www.solasalonstudios.com/inc/images/USmap.png',
			data: 'http://www.solasalonstudios.com/index.php/inc/q1',
			maps: [ /*{
				id: 'q1',
				parent: 'q1',
				image: 'http://www.solasalonstudios.com/inc/images/q1.gif',
				data: 'popups/q1.html',
				width: '136px',
				height: '250px',
				top: '0px',
				left: '125px' 
								
			 }  */
			]
			
		}
	});


});
