navWidth = 188;
navHeight = 800;
//navHeight = 840;

//recipe print page function, called from flash recipeNav, printable Version button
function openPrint() {
	 myleft=(screen.width)?(screen.width-700)/2:100;
     myNewWin = window.open("/recipe/recPrintable.html", "printRecipe", "scrollbars=1, width=700, height=700, left="+myleft+", top=10");
	 myNewWin.focus();
}
