function openWin(image)
{
	imgWindow = window.open(image, "Gallery", "width=525,height=400")
	imgWindow.focus()
}

