function Order_Shopping_Cart()
{
Item = "Website shopping cart integration";
PandP = "0";
Price = "400";
Price = Price * (1 + VATValue);
QTYMax = "1";
AddToCart()
}
document.write('<form name=Shopping_Cart><INPUT TYPE="button" value="' + ButtonText + '" onclick="Order_Shopping_Cart()"></FORM>');
