

function hardSubmit(targetForm) {
	checkSubmit(targetForm, true);
	return(true);
}

function checkSubmit(targetForm, continueflag) {
	if (!(continueflag)) {
		return(confirm("If you are really ready to add these items to your shopping cart, click \"OK\". If you got this message because you used the \"Enter\" or \"Return\" key then click on \"Cancel\" and use the \"Tab\" key next time instead."));
        }
}
