var hmsg = new Array();
// WCU - only school using this one
hmsg["Imp"] = new helpmsg("Page Impression", "A page view (PV) or page impression is a request to load a single page of an Internet site. On the World Wide Web a page request would result from a web surfer clicking on a link on another HTML page pointing to the page in question. This should be contrasted with a hit, which refers to a request for a file from a web server. There may therefore be many hits per page view.<br><br><a href='http://en.wikipedia.org/wiki/Page_impression' target='_blank' class='blue'>Wiki</a>");
hmsg["SaveAs"] = new helpmsg("Save As", "'<big><b>Save As</b></big>' allows you to make a copy of your template with all the same information but without duplicating your images.  Once you click Save As you will go to a new page where you can change the item title for the template.  You will be able to change this template copy in any way (even delete images and adding new images) without affecting the original template.");

hmsg["UploadFile"] = new helpmsg("Upload File", "<big><b>Upload File</b></big>' allows you to upload any additional NONE IMAGE (use the Upload Images button to upload all images) documents.  Examples files would me an Adobe PDF (.pdf), Microsoft Word (.doc &amp; .docx), PowerPoint (.ppt), etc...");
hmsg["EditTemplate"] = new helpmsg("Edit Template", "<big><b>Edit Template</b></big>' allows you to change the template design and edit any text in your template.");

hmsg["URLDT"] = new helpmsg("URL Display Text", "You don't have to show the URL as your link.  You can hide the link you entered above and enter something discriptive here (i.e. Visit my Web Site)");

hmsg["MSGDP"] = new helpmsg("Message on Department Page", "This area of your catalog is the 'Home' link.  It can display either all of your departments or just a number of images (from you items) from each department.");
hmsg["FS"] = new helpmsg("Free Shipping", "By setting '<b>Free Shipping</b>' here it will override any shipping you have set for each item (enabling you to offer shipping specials).  If you select this option you can type in a message with exclusions to the right.");
hmsg["SD"] = new helpmsg("Shipping Discounts", "This option enables you to give discounts to customers who buy a certain number of items (by percent).  If you select this option you can set the number of items and percentage discount to the right.");
hmsg["IShipping"] = new helpmsg("Ignore Shipping", "This option doesn't show shipping at all.  You can type in a message if shipping and/or tax is being calculated elsewhere (PayPal).");

hmsg["DepTxt"] = new helpmsg("Department Text", "The catalog can basically be broken down into departments and categories, but some need to change this (i.e. an artist my use “Types” for different types of paintings).  This text box allows you to change what this is named throughout your catalog.");
hmsg["NewsL"] = new helpmsg("News Letter Functionality", "Your catalog allows you to have people enter their email address via a text box.  You can then go to your “Newsletter Customers” link in your navigation bar above (located at the very top of this page under the main blue bar and page title).  You can send customers emails whenever you like.  This option is fairly new, so please let us know if you see any problems.");

hmsg["Shipping"] = new helpmsg("First Item Shipping", "The first item cost is the cost if this item is the most expensive shipping cost in someone’s cart.  Each item after the most expensive item would pull from the each additional field/");

hmsg["eachAdd"] = new helpmsg("Each Additional Shipping", "Each additional shipping cost is the cost associated with this item if it is the second (or more) item bought in a cart.");



hmsg["Catalog"] = new helpmsg("Catalog Options", "Please customize your catalog below.");

hmsg["H2B"] = new helpmsg("How To Buy", "Here you can enter instructions on how to buy the item.  You can direct them on adding items to their shopping cart or add an email address for more information. This is shown directly underneath the price of each item and is optional.");
hmsg["NN"] = new helpmsg("Number Needeed", "This is the number needed to purchase to access the wholesale price.  Otherwise they would get the trade price.");
hmsg["WS"] = new helpmsg("Wholesale Price", "This is the price at wholesale that a wholesale customer get if they purchase the required qty.");
hmsg["TradePrice"] = new helpmsg("Trade Price", "This is the base price a wholesale customer gets (wholesale customers can be designated via the 'My Customer' link at the top of your catalog options).  You can enter a wholesale price to the right AND a qty and this will also be available. The user must be logged in to your catalog (login link in the top right-hand corner) <b><big>AND</b></big> designated as a wholesale user to see this price.");




hmsg["WMMS"] = new helpmsg("Welcome Message (Search)", "This area is the main area that someone would be in w/o being in a category.   It essentially is the entrance to your items in your online catalog. This section is VERY IMPORTANT because it is also used as your hidden 'catalog description' which Google picks up when it crawls your catalog.  Filling out this section to describe your catalog is highly recommended");

 /*
  hmsg["id"] = new helpmsg("title", "description");
 */

function helpmsg(header, message) {
this.header = header;
this.message = message;
return this;
}

