var imgPath = 'images/structure/recipe/';

// Highlight image
function featureRecipeOn(z) {
	document.getElementById('tmb_3744').style.backgroundPosition = "top";
	document.getElementById('tmb_2191').style.backgroundPosition = "top";
	document.getElementById('tmb_1350').style.backgroundPosition = "top";
	document.getElementById('tmb_4205').style.backgroundPosition = "top";
	
	document.getElementById("recipe_feature_large").src = imgPath + "full_" + z + ".jpg";
	document.getElementById("btn_viewrecipe").href = "recipe_recipe.jsp?action=recipe&recipeid=" + z + "&view=view";
	document.getElementById("tmb_" + z).style.backgroundPosition = "bottom";
	//productOff();
}

