	var cost = 16.95;
	var sandh = 4.33;
	var tax = 0.074;
	var total = 0;
	var subtotal =0;
	var tsandh = 0;
	var ttax=0;
