function confirmReset(){
	var c = confirm('WARNING: By going back to change the shirt style, the rest of your options will be reset. Do you want to proceed?');	
	return c;
}