
$(function() {
	$(".map").click(function(){
		window.open(this.href,"WindowName","width=550,height=620,resizable=yes,scrollbars=yes");
		return false;
	});
	
	$(".map-2").click(function(){
		window.open(this.href,"WindowName","width=550,height=640,resizable=yes,scrollbars=yes");
		return false;
	});
	
	$(".map-3").click(function(){
		window.open(this.href,"WindowName","width=550,height=650,resizable=yes,scrollbars=yes");
		return false;
	});
});
