// JavaScript Document
// array declaration
var title = new Array();
var desc = new Array();

// New Vendor
title["hlpUsername"]= "Your username";
desc["hlpUsername"]= "You will use this information to access the OnLine Guide each time. We will send you a confirmation e-mail with your password.";

// Temporary product
title["tmpProduct"]= "Nominate Product";
desc["tmpProduct"]= "If you find that your product is missing from the list of available products you can nominate new product to be included in the product list. You may fill in the field and select nominate product button. Your nomination will be reviewed in 48 hours.";

// Vendor-work with products
title["hlpVendorName"]= "Vendors Name";
desc["hlpVendorName"]= "Vendors have usually their own names for certain products. You can write your name here or use other identification of this product. For example item \"banner stand\" can be called by one supplier \"Bug Banner Stand\".";

// Vendor-editing products
title["productswork"]= "Assigning Products";
desc["productswork"]= "You can add products to your portfolio by simply selecting products on the left hand side and moving them to the right hand side. Vice versa if you stop selling particular product you can move it from right to left using buttons between the fields.";

// User-Send-Order Optional Order Number
title["optionalorderno"]= "Optional Order Number";
desc["optionalorderno"]= "Should you wish to match order numbers from your accounting software just type in the number you want to use for this order.";