function ViewBasket()
{
	var PaypalViewCart = document.getElementById('paypalViewCart');
	PaypalViewCart.submit();
}