function checkIt(action) {	var carryOn = window.confirm("Choice: " + action[1] + "\n\nOK to Continue? (Cancel to stay.)");	return carryOn;	}