function resetForm() {
	var msg = confirm("Click ok to reset the quote form. Note, all fields will be cleared.");
				
				if (msg) {
					window.location='/apps/order/clearBasket.php';
				} else {
					
				}

}
