<!-- Begin POP-UP SIZES AND OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// THESE OPTIONS DO NOT WORK IN FULL SCREEN MODE



var recipe_width 		= 725		// Recipe POPUP HEIGHT
var recipe_height 	= 450		// Recipe POPUP HEIGHT
var recipe_viewer	 	= "no"		// yes/FULL SCREEN OR no/POPUP MODE
var recipe_scrollbarS 	= "0"		// TURN ON Recipe SCROLLBARS "1" FOR ON "0" FOR OFF






// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// COPYRIGHT 2009 © W3CanvasProductions, Inc.
// Unauthorized use or sale of this script is strictly prohibited by law

// START IMAGE VIEWER CODE





// START Recipe POPUP

function popUprecipe(URL) {

day = new Date();
id = 'recipeWindow';
   if (recipe_viewer == "no") {
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + recipe_scrollbarS + ',location=0,statusbar=0,menubar=0,resizable=1,width='+recipe_width+',height='+recipe_height+'');");
}
else 
if (Recipe_viewer == "yes") {
eval("page" + id + " = window.open(URL);");
}
}






//  End -->

