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 press the \"Order by Email/Cheque\" button.\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"
	     +"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. Press the \"Order by Email/Cheque\"\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("The evaluation version of shop@home.lite does not connect\n"
	     +"to a secure payment gateway.");
//HELP ENDS
}

if(HelpButtonPressed=="MailOrd"){
//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 of the order.\n\n"
	     +"Click on \"Send Order\" to email your order details to us.\n"
	     +"We will contact you regarding payment.\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
}
}