function newWindow(imageSpec)
	{
	var mapWindow = window.open(imageSpec, "Pics", "width=430, height=400");
	mapWindow.focus();
	}
