function noSales() {
	if(confirm("Thank you for your interest. Please click \"OK\" to contact us for more information")) {
		window.location="directions.htm"
	}
}