function jumpToProduct(url) {
	if(url != "") {
		window.location = '/products/' + url;
	}
}