/*! Text strings for use in JS functions */
if(!window['HN']){window.HN = {};}
HN.textStrings = {

	promoSlideshow: {
		prevItem: "Previous slide item",
		nextItem: "Next slide item",
		playSlideshow: "Play slideshow",
		pauseSlideshow: "Pause slideshow"
	},
	
	productFinder: {
		expand: "Expand filter category",
		collapse: "Collapse filter category"
	},
	
	userActions:{
		wishlist: {
			expand:"Expand",
			collapse:"Collapse",
			remove:"Remove ",
			addToList:"Add to Wish List",
			removeFromList:"Remove - Wish List",
			itemurl:'/product/%ID%/%DESCURL%'
		},
		comparelist: {
			expand:"Expand",
			collapse:"Collapse",
			remove:"Remove ",
			addToList:"Add to Compare List",
			removeFromList:"Remove - Compare List",
			itemurl:'/product/%ID%/%DESCURL%'
		},
		storeLocator:{
			enterPostcode:"Enter Postcode",
			clickWarning:"Choosing %STORE% will automatically submit this form."
		},
		recentLocations:{
			title:"Recently Browsed"
		}
	},
	
	emailFriend:{
		numRecipients: "No. of Recipients",
		friendName: "Your Friend's Name",
		friendEmail: "Your Friend's Email"
	}
};