window.addEvent('domready', function() {
	new FormCheck('OrderForm', {
		trimValue: true,
		scrollToFirst: false
	});
});
