function Order_SEO_Website_Development_Guide()
{
Item = "SEO website development guide";
PandP = "0";
Price = "7.50";
Price = Price * (1 + VATValue);
QTYMax = "4";
AddToCart()
}
document.write('<form name=SEO_Website_Development_Guide><INPUT TYPE="button" value="' + ButtonText + '" onclick="Order_SEO_Website_Development_Guide()"></FORM>');
