function Order_Grease_Teflon_Lubricating()
{
Item = "Lubricating grease with Teflon, 7ml";
PandP = "3";
Price = "2.75";
QTYMax = "10";
AddToCart()
}
document.write('<form name=Grease_Teflon_Lubricating><INPUT TYPE="button" value="' + ButtonText + '" onclick="Order_Grease_Teflon_Lubricating()"></FORM>');
