function newWindow(imagePopup) {
     fullWindow = window.open(imagePopup, 'ImageView', 'width=350,height=450,left=110,top=120')
	 
	 fullWindow.focus()
}

function mapWindow(mapPopup) {
	 fullWindow = window.open(mapPopup, 'Dubbo', 'width=716,height=497,left=110,top=120')
	 
	 fullWindow.focus()
}	