var Cart;

function InitCart() {
	if (Cart != undefined) return;
	Cart = new cCart();
}

