<!--
function ShowRecipe( nRecipeCode )
{
	var sURL = "Recipes-Layout.asp?Recipe=" + nRecipeCode;

	window.open(sURL,'','titlebar=yes,scrollbars=yes,resizable=yes,menubar=no,status=no,toolbar=no,top=100,width=600,height=500');
}
-->