// menu definitions

// menu 1

menu[0]        = new Array();
menu[0][0]     = new create_instance(332,198,LEFT,TRY_RIGHT,'sel_','deact_','lnk_','ns_',NO,             
                                    VERTICAL,LEFT,WINDOWS,WINDOWS,WINDOWS,                     
                                    'twm_entry','_self',60,WINDOWS,1,"rgb(204,204,153)","rgb(153,102,0)",YES,YES,YES,AUTO,POINTER);

// margin_top, margin_side, alignment, popup_side, pref_sel, pref_deact, pref_lnk, pref_netscape, scroll,
// menu_direction, menu_alignment, outer_margin, inner_margin, content,
// style, target, width, height, margin, background, selected_background, arrows, selectable, mark_links, deactivate, cursor




menu[0][1]     = new Array();
menu[0][1][0]  = new create_menu(HORIZONTAL,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NO);

// menu_direction, menu_alignment, outer_margin, inner_margin, content,
// style, target, width, height, margin, background, selected_background, arrows, selectable, mark_links, deactivate, cursor


// text, link, tooltip, child menu number, style, target, width, height, margin, background, selected_background, arrows, selectable, mark_links, deactivate, cursor

menu[0][1][1]  = new create_entry('Restaurant','restaurant.htm','<b>Restaurant</b>',NONE,NONE,NONE,90);
menu[0][1][2]  = new create_entry('Breakfast','breakfast.htm','<b>Sunday morning</b><br>Come on by',NONE,NONE,NONE,88);
menu[0][1][3]  = new create_entry('Lunch','lunch.htm','<b>Lunch on the Nest');
menu[0][1][4]  = new create_entry('Dinner','dinner.htm','<b>New Menu');
menu[0][1][5]  = new create_entry('Wine List','wine.htm','<b>Finest in Evergreen',NONE,NONE,NONE,80);
menu[0][1][6]  = new create_entry('Banquet','banquet.htm','<b>Keys Banquet Menu',NONE,NONE,NONE,70);
// menu[0][1][7]  = new create_entry('The Nest','tiki4.htm','<b>Evergreen Tiki Bar',NONE,NONE,NONE,72);





