function openImage(imagepath,props){
	window.open('openpopup.asp?imagepath='+imagepath,'popup', props)
}
