function CARxtallWindow(xtallpages) {
		xtallWindow = window.open(xtallpages, "xtallWin", "resizable=yes,scrollbars=yes,width=840,height=1055,left=0,top=0")
		xtallWindow.focus()
	}