/* --- menu items --- note that this structure has changed its format since previous version. additional third parameter is added for item scope settings. Now this structure is compatible with Tigra Menu GOLD. Format description can be found in product documentation. */ var N_MODE = 0; var N_TPL = 1; var A_MENU = { 'menu_pos': 'relative', 'menu_name': '- Untitled -' }; var A_TPL = [ { 'level_layout': 'h', 'level_width': 100, 'level_height': 24, 'level_left': 99, 'level_top': 0, 'time_expand': 200, 'time_hide': 200, 'level_style': 0 }, { 'level_layout': 'v', 'level_width': 120, 'level_btop': 25, 'level_bleft': 0, 'level_left': 0, 'level_top': 34, 'level_style': 1 }, { 'level_btop': 10, 'level_bleft': 105 } ]; var MENU_ITEMS = [ ['Home', null, null, ['Parish', 'default.asp'], ['School', 'schoolDefault.asp'], ], ['About', 'About.asp', null, ], ['Calendar', null, null, ['Parish', 'calendar.asp?EventTypeID=19'], ['School', 'calendar.asp?EventTypeID=3'], ['Lunch Menu', 'calendar.asp?EventTypeID=8'], ['All Organizations', 'calendar.asp?EventType=0'], ['50+ Club', 'calendar.asp?EventTypeID=11'], ['Athletic Association', 'calendar.asp?EventTypeID=4'], ['BINGO', 'calendar.asp?EventTypeID=12'], ['Christian Mothers', 'calendar.asp?EventTypeID=1'], ['Cub Scouts', 'calendar.asp?EventTypeID=15'], ['Girl Scouts', 'calendar.asp?EventTypeID=16'], ['Liturgy Committee', 'calendar.asp?EventTypeID=17'], ['Men\'s Club', 'calendar.asp?EventTypeID=10'], ['Parish Council', 'calendar.asp?EventTypeID=9'], ['SMT Parish Board of Education', 'calendar.asp?EventTypeID=5'], ], ['Organizations', null, null, ['50+ Club', 'organizationsDefault.asp?EventTypeID=11'], ['Athletic Association', 'organizationsDefault.asp?EventTypeID=4'], ['BINGO', 'organizationsDefault.asp?EventTypeID=12'], ['Christian Mothers', 'organizationsDefault.asp?EventTypeID=1'], ['Cub Scouts', 'organizationsDefault.asp?EventTypeID=15'], ['Girl Scouts', 'organizationsDefault.asp?EventTypeID=16'], ['Liturgy Committee', 'organizationsDefault.asp?EventTypeID=17'], ['Men\'s Club', 'organizationsDefault.asp?EventTypeID=10'], ['Parish Council', 'organizationsDefault.asp?EventTypeID=9'], ['SMT Parish Board of Education', 'organizationsDefault.asp?EventTypeID=5'], ], ];