var message01 = "The following has been added to your shopping basket.";
var message02 = "Please enter";
var message03 = "is not a valid email address.";
var message04 = "You need to enter the following.";
var message05 = "You need to enter the following.";
var message06 = "Going to this will empty your shopping basket. Do you want to go to ";
var message07 = "Expiry date?";
var message08 = "Please note, using the refresh/reload button could empty your basket.";

function dialog01() {alert("No Quantity!");}

function dialog02() {alert("Please enter a quantity.\n"
+"Please remember all Wine must be in quantities of 6.\n"
+"If you wish to delete an item set its quantity to\n"
+"zero then click \"Update Basket\", or click the\n"
+"\"Remove\" button.");}

function dialog03() {alert("The shopping basket is already empty");}

function dialog04() {alert("There is nothing in your basket to be able to Check out?");}

function dialog05() {alert("You have purchased or refreshed during confirmation\n"
+"there is now nothing in your basket.\n"
+"You are being returned to the shop.");}

function dialog06() {return}

function dialog07() {return (confirm("Remove this item from your basket?"));}

function dialog08() {return (confirm("Are you sure you want to empty your basket?"));}

function dialog09() {return (confirm("Do you want to cancel the purchase and empty the contents of your basket?"));}

function dialog10() {return (confirm("Did you print this order form?\n"
+"\n"
+"If not click \"OK\" to print it now\n"
+"or \"Cancel\" to abort printing."));}

function dialog11() {alert("With Switch/Delta card you need to enter the issue number.");}

function dialog12() {alert("Thank you.  Your order has been sent.\n"
+"\n"
+"Please wait for our server to reply.");}

function dialog13() {alert("There is missing data so we cannot continue.\n"
+"Please ensure you have entered the following information is entered correctly:\n"
+"\n"
+"Card Type\n"
+"Card Number\n"
+"Expiry Date");}

function helpMessage01(){
alert("Choose an item you wish to purchase from one of the product pages. Next, select the quantity required (remember wine is in quantities if 6, minimum total order is 12 bottles).  Then press the \"Add to Basket\" button.\n"
+"\n"
+"Repeat this process to add any other items you want, then click the \"Check out\" button at the top of the browser window. This will take you to the check out counter.\n"
+"\n"
+"Complete the address forms.\n"
+"\n"
+"A new page will be displayed showing the contents of your basket, the price of the items you selected, the cost of delivery to your shipping address, and the total cost of the order.\n"
+"If you want to change an items quantity, or delete items click the \"Edit Basket\" button which will take you back to the view basket page. If you are satisfied that the contents of your basket are correct click the \"Order\" button.\n"
+"\n"
+"You will be asked to enter your card details after\n"
+"you have been transferred to our secure server where you can enter this data in safety.\n"
+"\n"
+"You can check, edit, or empty the contents of your shopping basket at any time by\n"
+"clicking the \"View Basket\" button, then return to the product pages to add new items."
+"\n\n\nPowered by www.hallisoft.com");}

function helpMessage02(){
alert("1. Choose the product you wish to purchase.\n"
+"2. Enter the number of items you wish to purchase.\n"
+"3. Click the \"Add to Basket\" button.\n"
+"\n"
+"Continue to add items from the catalogue pages then click on \"Check out\"\n"
+"to proceed to then checkout page.\n"
+"\n"
+"You can view the contents of your shopping basket at any time by clicking on \"View Basket\"."
+"\n\n\nPowered by www.hallisoft.com");}

function helpMessage03(){
alert("1. Choose the product you wish to purchase.\n"
+"2. Enter the number of items you wish to purchase.\n"
+"3. Click the \"Add to Basket\" button.\n"
+"\n"
+"Continue to add items from the catalogue pages then click on \"Check out\"\n"
+"to proceed to the checkout page.\n"
+"\n"
+"You can view the contents of your shopping basket at any time by clicking on \"View Basket\"."
+"\n\n\nPowered by www.hallisoft.com");}

function helpMessage04(){
alert("This pages shows the contents of your shopping basket.\n"
+"\n"
+"To change an items quantity enter the new number then press the \"Tab\" key, or click the \"Update Basket\" button, and your basket will be updated.\n"
+"If you wish to delete an item from the basket click the \"Remove\" button.\n"
+"All items can be deleted by clicking on the \"Empty Basket\" button.\n"
+"\n"
+"You can return to the catalogue pages at any time and add more items to\n"
+"your basket."
+"\n\n\nPowered by www.hallisoft.com");}

function helpMessage05(){
alert("1. Complete the details an the invoice address form.\n"
+"2. If invoice and delievery addresses are the same click the \"Same\" box in the delievery address form.\n"
+"3. If the delievery address is different, complete the form.\n"
+"4. Click on the method of payment you require. (Credit card transactions are carried out on a secure server)\n"
+"\n"
+"When you do credit card payment you will be able to review, change, or cancel your order before you enter your card details.\n"
+"\n"
+"Please ensure that you enter the following data otherwise we will be unable to process your order.\n"
+"		First name\n"
+"		Last name\n"
+"		Full address\n"
+"		E-mail address"
+"\n\n\nPowered by www.hallisoft.com");}

function helpMessage06(){
alert("This page shows your order details, the cost of shipping to the address you specified on the shipping form, and the total amount that will be\n"
+"charged to your credit card.\n"
+"\n"
+"Click on \"Purchase\" to proceed to our secure server where you will be asked to enter your credit card details.\n"
+"\n"
+"If you wish to change, add or delete items click the \"Edit Basket\" button.\n"
+"\n"
+"Clicking the \"Cancel\" button will empty your basket and terminate the transaction."
+"\n\n\nPowered by www.hallisoft.com");}

function helpMessage07(){
alert("Enter your credit card details then click the \"Purchase\" button to process the transaction. Our secure server at Secure Hosting will confirm the transaction status.\n"
+"\n"
+"Clicking the \"Cancel\" button will empty your basket and terminate the transaction."
+"\n\n\nPowered by www.hallisoft.com");}

function helpMessage08(){
alert("This page shows your order details, the cost of shipping to the address you specified on the delievery form, and the total amount of the order.\n"
+"\n"
+"Click the \"Order\" button to send your order details. Clicking the \"Print Order\" button will send the page to your printer.\n"
+"\n"
+"Clicking the \"Cancel\" button will empty your basket and terminate the transaction."
+"\n\n\nPowered by www.hallisoft.com");}
