function shopimagereplacer(urlstring) {
	document.getElementById('ecomimageitem').src=urlstring.replace('_Small.jpg', '_Large.jpg' );
}

