function shopimagereplacer(urlstring) {
	document.getElementById('ecomimageitem').src=urlstring.replace('Height=36', 'Width=463' );
}
function shopimagereplacerPE(urlstring) {
	document.getElementById('ecomimageitem').src=urlstring.replace('height=30&width=30', 'height=250&width=447' );
}

