		function openInfo(dimensions) {
			dimensionWindow = window.open(dimensions, "dimensionwin")
			dimensionWindow.focus()
		}
