$(document).ready(function(){


/* first */

$('#map1').zoommap({
		width: '700px',
		height: '464px',
		blankImage: '/graphics/blank.gif',
		zoomDuration: 1000,
		bulletWidthOffset: '10px',
		bulletHeightOffset: '10px',
		popupSelector: 'div.popup',
		popupCloseSelector: 'a.close',
		map: {
			id: 'layout_1',
			image: '../graphics/layout_one.gif',
			data: 'layout_1.php'
		}
	});
});
$(document).ready(function(){


$('#map2').zoommap({
		width: '700px',
		height: '464px',
		blankImage: '/graphics/blank.gif',
		zoomDuration: 1000,
		bulletWidthOffset: '10px',
		bulletHeightOffset: '10px',
		popupSelector: 'div.popup',
		popupCloseSelector: 'a.close',
		map: {
			id: 'layout_2',
			image: '../graphics/layout_two.gif',
			data: 'layout_2.php'
			
		}
	});
});

$(document).ready(function(){


$('#map3').zoommap({
		width: '700px',
		height: '464px',
		blankImage: '/graphics/blank.gif',
		zoomDuration: 1000,
		bulletWidthOffset: '10px',
		bulletHeightOffset: '10px',
		popupSelector: 'div.popup',
		popupCloseSelector: 'a.close',
		map: {
			id: 'layout_3',
			image: '../graphics/layout_three.gif',
			data: 'layout_3.php'
			
		}
	});
});


$(document).ready(function(){


$('#map4').zoommap({
		width: '700px',
		height: '464px',
		blankImage: '/graphics/blank.gif',
		zoomDuration: 1000,
		bulletWidthOffset: '10px',
		bulletHeightOffset: '10px',
		popupSelector: 'div.popup',
		popupCloseSelector: 'a.close',
		map: {
			id: 'layout_4',
			image: '../graphics/layout_four.gif',
			data: 'layout_4.php'
			
		}
	});
});

$(document).ready(function(){


$('#map5').zoommap({
		width: '700px',
		height: '464px',
		blankImage: '/graphics/blank.gif',
		zoomDuration: 1000,
		bulletWidthOffset: '10px',
		bulletHeightOffset: '10px',
		popupSelector: 'div.popup',
		popupCloseSelector: 'a.close',
		map: {
			id: 'layout_5',
			image: '../graphics/layout_five.gif',
			data: 'layout_5.php'
			
		}
	});
});


$(document).ready(function(){


$('#map6').zoommap({
		width: '700px',
		height: '464px',
		blankImage: '/graphics/blank.gif',
		zoomDuration: 1000,
		bulletWidthOffset: '10px',
		bulletHeightOffset: '10px',
		popupSelector: 'div.popup',
		popupCloseSelector: 'a.close',
		map: {
			id: 'layout_6',
			image: '../graphics/layout_six.gif',
			data: 'layout_6.php'
			
		}
	});
});