var textSignupLightboxTitle = 'Sign up for news and offers';

var textProApplicationTypeError = '* You must select the type of application.'

var textAnd = "And";
var textMore = "more";

/*
	Compare Product Page
*/
var textChooseOne = '(choose one)';
var textSelectCatFirst = 'Select a Category First';
var textSelectSubCatFirst = 'Select a sub category first';

/*
	Product Page
*/

var textPickOne = "Pick One"; // First value in Buy Now dropdown on product page

var textCompareDropHeader = "Compare Products:";
var textCompareDropInstruction0 = "Drag and drop up to three products into this box.";
var textCompareDropInstruction1 = "Drag and drop up to two more products into this box.";
var textCompareDropInstruction2 = "Drag and drop one more product or Compare Now.";

var textCompareDropLink = "&rsaquo; COMPARE NOW";
var textCompareRemoveTitle = "Remove this product";

var textAjaxCommErrorLong = "Sorry, there was an error while communicating with our servers.\nIf this problem persists please contact our support and mention a failed AJAX link to\n";
var textAjaxCommErrorShort = "There is a problem communicating with the server, please try again.";
var textAddingToCart = 'Adding...';
var textErrorUpdatingCart = "There is a problem communicating with the server, please try again.";
var textCookiesRequiredToShop = "Your browser currently has cookies disabled. Cookies are required to shop.<br/><br/>Please re-enable cookies and try again.";

textOverMaxQty = function(inStock) {
	return "You have exceeded the maximum quantity available, only " + inStock + " available.";
}

var textInputOnlyNumbers = "Please enter only numbers in the quantity field";
var textAddToCart = 'Add to Cart';
var textAddToWishlist = 'Add to Wishlist';
var textWishlist = 'Wishlist';
var textSubTotal = 'Sub-Total';
var textEstShipping = 'Est. Shipping';
var textShipping = 'Shipping';
var textTotal = 'Total';
var textSubTotal = 'Sub Total';
var textDelete = 'Delete';
var textEdit = 'Edit';
var textMoveToWishlist = 'Move to Wishlist';
var textMoveToCart = 'Move to Cart';
var textUndo = 'Undo';
var textEmailWhenInStock = 'Email when in stock';
var textUpdate = 'Update';
var textImage = 'Image';
var textDescription = 'Description';
var textColour = 'Colour';
var textSize = 'Size';
var textQty = 'Qty';
var textCost = 'Cost';
var textInStock = 'In Stock';
var textEmailSent = 'Email Sent: ';
var textCheckoutNow = '&rsaquo; CHECKOUT NOW';
var textViewYourCart = 'View Your Cart';

var textYouHave = 'You have';
var textItemSingular = 'item';
var textItemPlural = 'items';
var textInYourCart = 'in Your Cart';
var textInYourWishlist = 'in Your Wishlist';
var textAnd = 'and';

var textProcessing = 'Processing . . .';

var checkoutTableMessage = ''; //'<p style="padding: 30px 10px 30px 55px;"><strong>Please note: Our Distrubution Centre will be closed on Thursday, November 11th, reopening on Friday, November 12th.</strong></p>';
