function openImageWindow (image) {
	open("resources/images/scales/" + image, "new_window", "toolbar=0, location=0, status=0, menubar=0, scrollbars=0, resizable=1, directories=0, width=600, height=450, top=100, left=100");
}
