function openZoom(src,height,width) {
	window.open("/imagegallery/galleryzoom.asp?src=" + src,"_blank","height=" + height + ",width=" + width)
}
 