




function newWindow(image, width, height) {


//	imageWindow = window.open(image, 'imageWin', 'width=' + width + ', height=' + height)

	imageWindow = window.open(image, 'imageWin', 'width=' + width + ', height=' + height)

	imageWindow.focus()

   }


