
function showCart()
{
	new Ajax.Updater({success: 'cart_container' }, 'index.php?fuseaction=ajax.showCart'); 
}

