// JavaScript Document

function back_to() {
	return window.name == "PreviewWindow" ? window.close() : history.back();
}

