function shopimagereplacerGJ(urlstring) {
	document.getElementById('EcomImageItem').src=urlstring.replace('height=40&width=50', 'width=218' );
}

