function ImageSwap(ImagePath){
	$('product-image').src = ImagePath;
}

function getURL(TargetURL){
	document.location.href = TargetURL;
}

function setPageHeader(imgTag){
	$("#header-page-title").html(imgTag);
}

