var MENU_ITEMS1023 = [['JAMS & SPREADS', null, null, ['Strawberry','/web/edsmith.nsf/eng/NutritionStrawberry', null], ['Raspberry','/web/edsmith.nsf/eng/NutritionRaspberry', null], ['Blueberry','/web/edsmith.nsf/eng/NutritionBlueberry', null], ['Cherry','/web/edsmith.nsf/eng/NutritionCherry', null], ['Wildberry','/web/edsmith.nsf/eng/NutritionWildberry', null], ['Apricot','/web/edsmith.nsf/eng/NutritionApricot', null], ['Lemon','/web/edsmith.nsf/eng/NutritionLemon', null], ['Orange','/web/edsmith.nsf/eng/NutritionOrange', null], ['Peach','/web/edsmith.nsf/eng/NutritionPeach', null], ['Other Flavours','/web/edsmith.nsf/eng/NutritionOtherFlavours', null],], ['PIE FILLINGS','/web/edsmith.nsf/eng/NutritionPieFillings', null], ['SYRUP','/web/edsmith.nsf/eng/NutritionSyrup', null], ['OTHER','/web/edsmith.nsf/eng/NutritionOther', null],]; var MENU_POS1023 = { 'icon_48':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_56':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_60':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_32':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_36':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_0':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_4':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_2':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_3':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_18':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_19':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_26':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_27':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_e':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'icon_l':'/web/images.nsf/img/1010/$file/clearpixel.gif', 'afterInit':'toggleNutrition', 'onItemOpen':'onItemOpenHandler', 'onItemSelect':'onItemSelectHandler', 'target':'_self', 'style_48':'r1023', 'style_52':'rS1023', 'style_56':'rO1023', 'style_60':'rSO1023', 'style_112':'rMO1023', 'style_116':'rMO1023', 'style_120':'rMO1023', 'style_124':'rMO1023', 'style_32':'rl1023', 'style_36':'rlS1023', 'style_96':'rlMO1023', 'style_100':'rlMO1023', 'style_16':'n1023', 'style_20':'nS1023', 'style_24':'nO1023', 'style_28':'nSO1023', 'style_80':'nMO1023', 'style_84':'nMO1023', 'style_88':'nMO1023', 'style_92':'nMO1023', 'style_0':'l1023', 'style_4':'lS1023', 'style_64':'lMO1023', 'style_68':'lMO1023' }; function onItemOpenHandler (o_item) { var a_curblock = o_item.o_parent.a_children; for (var i = 0; i < a_curblock.length; i++) if (a_curblock[i].n_state & 48 && a_curblock[i] != o_item) a_curblock[i].open(true); return true; } function onItemSelectHandler (o_item) { var o_state = o_item.state(); if (o_state['node'] && !o_item.a_config[1]) { o_item.o_root.toggle(o_item.n_id); return false; } return true; } function w(caption) { if (true){ if (pagePath.indexOf(caption) > 0){ return '
' + caption + '
'; } else {return caption}; } else {return caption}; }