// JavaScript Document
		$('.map01').click(function (e) {	  
		var packedurl = $(this).attr("name");
		e.preventDefault();
		$.modal('<iframe src="map01.htm" height="400" width=640" frameBorder=0 scrolling="no" style="border:0">', {
			containerCss:{
				backgroundColor:"#fff",
				border:"5px solid #000",
				height:400,
				padding:"10px",
				
				width:640
				},
	
			opacity:50,
			overlayCss: {backgroundColor:"#fff"},
			overlayClose:true
		});
		});
		
		$('.map02').click(function (e) {	  
		var packedurl = $(this).attr("name");
		e.preventDefault();
		$.modal('<iframe src="map02.htm" height="400" width=640" frameBorder=0 scrolling="no" style="border:0">', {
			containerCss:{
				backgroundColor:"#fff",
				border:"5px solid #000",
				height:400,
				padding:"10px",
				
				width:640
				},
	
			opacity:50,
			overlayCss: {backgroundColor:"#fff"},
			overlayClose:true
		});
		});
		
		$('.map03').click(function (e) {	  
		var packedurl = $(this).attr("name");
		e.preventDefault();
		$.modal('<iframe src="map03.htm" height="400" width=640" frameBorder=0 scrolling="no" style="border:0">', {
			containerCss:{
				backgroundColor:"#fff",
				border:"5px solid #000",
				height:400,
				padding:"10px",
				
				width:640
				},
	
			opacity:50,
			overlayCss: {backgroundColor:"#fff"},
			overlayClose:true
		});
		});
		
		$('.map04').click(function (e) {	  
		var packedurl = $(this).attr("name");
		e.preventDefault();
		$.modal('<iframe src="map04.htm" height="400" width=640" frameBorder=0 scrolling="no" style="border:0">', {
			containerCss:{
				backgroundColor:"#fff",
				border:"5px solid #000",
				height:400,
				padding:"10px",
				
				width:640
				},
	
			opacity:50,
			overlayCss: {backgroundColor:"#fff"},
			overlayClose:true
		});
		});
