function ImageSwap(ImagePath){
	$('product-image').src = ImagePath;
}

function getURL(TargetURL){
	document.location.href = TargetURL;
}


