function helpMe(HelpButtonPressed){

if(HelpButtonPressed=='MainHelp'){
//HELP BEGINS
	alert("Choose an item you wish to purchase from one of the product pages. Next select any\n"
	     +"options you required, if these are available, enter the quantity required and press\n"
	     +"the \"Add to Basket\" button.\n\n"
	     +"Repeat this process to add any other items you want, then click the \"Check Out\"\n"
	     +"button at the left of the browser window. This will take you to the check out counter.\n\n"
	     +"Complete the address forms then select the method of payment (\"Cheque\" for mail\n"
	     +"order or \"Credit Card\" to pay on-line).\n\n"
	     +"You will see the contents of your basket, the price of the items you selected, the cost\n"
	     +"of delivery to your shipping address and the total cost of the order. If you want to\n"
	     +"change an items quantity, or delete items click the \"Edit Basket\" button. When all\n"
	     +"changes are complete click the \"Check Out\" button again. If you are satisfied that\n"
	     +"the contents of your basket are correct click the \"Continue\" button.\n\n"
	     +"If you opted for credit card payment you will now be transferred to our secure server\n"
	     +"where you can enter your card details in safety.\n\n" 
	     +"If you requested payment by other means make sure that your printer is turned on then\n"
	     +"click the \"Print\"\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"
	     +"         Powered by shop@home.lite     © Ray Halliwell,    Hallisoft\n"
		 +"                                      http://www.hallisoft.com");
//HELP ENDS
}

if(HelpButtonPressed=="ProdOption"){
//HELP BEGINS
	alert("1. Choose the product you wish to purchase.\n"
	     +"2. Select the options you require.\n"
	     +"3. Enter the number of items you wish to purchase.\n"
	     +"4. Click the \"Add to Basket\".\n\n"
	     +"Continue to add items from the catalogue pages the click\n"
	     +"on \"Check Out\" to proceed to then check out page.\n\n"
	     +"You can view the contents of your shopping basket at any\n"
	     +"time by clicking on \"View Basket\".\n\n"
	     +"Powered by shop@home.lite        http://www.hallisoft.com");
//HELP ENDS
}

if(HelpButtonPressed=="ProdNoOption"){
//HELP BEGINS
	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\".\n\n"
	     +"Continue to add items from the catalogue pages then click\n"
	     +"on \"Check Out\" to proceed to the check out page.\n\n"
	     +"You can view the contents of your shopping basket at any\n"
	     +"time by clicking on \"View Basket\".\n\n"
	     +"Powered by shop@home.lite        http://www.hallisoft.com");
//HELP ENDS
}

if(HelpButtonPressed=="BaskPage"){
//HELP BEGINS
	alert("This pages shows the contents of your shopping basket. To\n"
	     +"change an items quantity enter the new number then press\n"
	     +"the \"Tab\" key, or click the \"Update Basket\" button, and your\n"
	     +"basket will be updated. If you wish to delete an item from the\n"
	     +"basket click the \"Remove\" button. All items can be deleted by\n"
	     +"clicking on the \"Empty Basket\" button.\n\n"
	     +"You can return to the catalogue pages at any time and add\n"
	     +"more items to your basket.\n\n"
	     +"Powered by shop@home.lite        http://www.hallisoft.com");
//HELP ENDS
}

if(HelpButtonPressed=="AddrForm"){
//HELP BEGINS
	alert("1. Complete the details an the billing address form.\n"
	     +"2. If billing and shipping addresses are the same check\n"
	     +"    the \"Same as billing\" box.\n"
	     +"3. If the shipping address is different complete the form.\n"
	     +"4. Click on the method of payment yopu require. (Credit\n"
	     +"   card transactions are carried out on a secure server)\n\n"
	     +"If you choose credit card payment you will be able to\n"
	     +"review, change, or cancel your order before you enter\n"
	     +"your card details.\n\n"
	     +"Please ensure that you enter the following data otherwise\n"
	     +"we will be unable to process your order.\n"
	     +"First and last names, full address, e-mail address.\n\n"
	     +"Powered by shop@home.lite        http://www.hallisoft.com");
//HELP ENDS
}

if(HelpButtonPressed=="CredOrd"){
//HELP BEGINS
	alert("This page shows your order details, the cost of shipping\n"
	     +"to the address you specified on the shipping form, and the\n"
	     +"total amount that will be charged to your credit card.\n\n"
	     +"Click on \"Continue\" to proceed to our secure server where\n"
	     +"you will be asked to enter your credit card details.\n"
	     +"Click on \"Edit Basket\"to change, add or delete items.\n"
	     +"Click on \"Cancel\" to terminate the transaction.\n\n"
	     +"Powered by shop@home.lite        http://www.hallisoft.com");
//HELP ENDS
}

if(HelpButtonPressed=="MailOrd"){
//HELP BEGINS
	alert("This page shows your order details.\n\n"
	     +"Click on \"Send Order\" to email your order details to us,\n"
	     +"then send your payment by post.\n\n"
	     +"Click on \"Edit Basket\"to change, add or delete items.\n\n"
	     +"Click on \"Cancel\" to terminate the transaction.\n\n"
	     +"Powered by shop@home.lite        http://www.hallisoft.com");
//HELP ENDS
}
}
