	// pop-up window function for map blow-up	
		function MapWindow(option) {
		  	popupWin = window.open('windows/map.cfm?Map=' + option, 'MapLg', 'resizable,scrollbars,width=800,height=420,left=25,top=25')
			popupWin.focus();
		}		
		
	// pop-up window function : events program notes/bios
		function viewDetail() {
		  popupWin = window.open('windows/viewDetail.asp', 'ProgramNote', 'resizable,scrollbars=yes,width=600,height=435,left=25,top=25')
		}		
		
	// pop-up window function for e-card	
		function EcardWindow(option) {
		  popupWin = window.open('ecard/ecard.asp?Img=' + option, 'MapLg', 'resizable,width=750,height=435,left=25,top=25')
		}
		
	// pop-up window function for mail list
		function MailWindow() {
		  popupWin = window.open('maillist/index.cfm', 'Mail', 'resizable,width=530,height=435,left=25,top=25')
		}
		
	// art blanket window 	
		function ArtWindow() {
		  popupWin = window.open('windows/art.html', 'art', 'width=300,height=400,left=25,top=25')
		}
		
	// seating		
		function SeatWindow() {
		  popupWin = window.open('windows/seating.html', 'seating', 'resizable,width=400,height=275,left=25,top=25')
		}	
		
	// knowledgebase		
		function kbWindow(type,ID) {
		  	popupWin = window.open('html/knowledgeBase.asp?' + type + '=' + ID, 'KBWindow', 'resizable,scrollbars,width=450,height=400,left=25,top=25')
		}		