function bigPicWindow(url) {
	imageWindow = window.open(url, 'imageWin', 'width=540, height=600')
}