var MENU_ITEMS1026 = [['BREAKFAST','/web/EDSmith.nsf/eng/Breakfast', null], ['APPETIZERS AND SNACKS','/web/edsmith.nsf/eng/AppetizersandSnacks', null], ['MAIN MEALS','/web/edsmith.nsf/eng/MainMeals', null], ['DESSERTS AND PIES','/web/edsmith.nsf/eng/Desserts', null], ['KIDS MEALS','/web/edsmith.nsf/eng/KIDSMEALS', null], ['SPECIAL OCCASIONS', null, null, ['Holiday Season','/web/edsmith.nsf/eng/HolidaySeason', null], ['Back To School','/web/edsmith.nsf/eng/BackToSchool', null], ['Easter','/web/edsmith.nsf/eng/Easter', null], ['Valentine\'s Day','/web/edsmith.nsf/eng/ValentinesDay', null], ['Thanksgiving','/web/edsmith.nsf/eng/Thanksgiving', null], ['Halloween','/web/edsmith.nsf/eng/Halloween', null],],]; var MENU_POS1026 = { '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', 'onItemOpen':'onItemOpenHandler', 'onItemSelect':'onItemSelectHandler', 'target':'_self', 'multiselections':'true', 'style_48':'r1026', 'style_52':'rS1026', 'style_56':'rO1026', 'style_60':'rSO1026', 'style_112':'rMO1026', 'style_116':'rMO1026', 'style_120':'rMO1026', 'style_124':'rMO1026', 'style_32':'rl1026', 'style_36':'rlS1026', 'style_96':'rlMO1026', 'style_100':'rlMO1026', 'style_16':'n1026', 'style_20':'nS1026', 'style_24':'nO1026', 'style_28':'nSO1026', 'style_80':'nMO1026', 'style_84':'nMO1026', 'style_88':'nMO1026', 'style_92':'nMO1026', 'style_0':'l1026', 'style_4':'lS1026', 'style_64':'lMO1026', 'style_68':'lMO1026' }; 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 onItemSelectHandler (o_item) { var a_index = o_item.o_root.a_index; for (var i = 0; i < a_index.length; i++) if (a_index[i] != o_item && a_index[i].n_state & 4) a_index[i].select(true); var o_parent = o_item.o_parent; if(o_parent.n_id == 5) { // unselect all other items o_parent.select(); } return true; } function w(caption) { if (true){ if (pagePath.indexOf(caption) > 0){ return '
' + caption + '
'; } else {return caption}; } else {return caption}; }