
function cancelcart()
{

if (confirm("Are you sure you want to clear your cart?")) {
	
	document.getElementById("waitarea").innerHTML="<img src='images/indicator.gif' width='16' height='16'>";
	a = shutdown()
	a = shuttopnav()
	parent.location="products.html"
	
}
} 


