    var NoOffFirstLineMenus=7;            // Number of first level items
    var LowBgColor='#276F04';        // Background color when mouse is not over
    var LowSubBgColor='#D4B68D';            // Background color when mouse is not over on subs
    var HighBgColor='#E12603';            // Background color when mouse is over
    var HighSubBgColor='#E12603';            // Background color when mouse is over on subs
    var FontLowColor='#FFFFFF';            // Font color when mouse is not over
    var FontSubLowColor='#FFFFFF';            // Font color subs when mouse is not over
    var FontHighColor='#010101';            // Font color when mouse is over
    var FontSubHighColor='#FFFFFF';            // Font color subs when mouse is over
    var BorderColor='#276F04';            // Border color
    var BorderSubColor='A4A5A3';            // Border color for subs
    var BorderWidth=1;                // Border width
    var BorderBtwnElmnts=0;            // Border between elements 1 or 0
    var FontFamily="arial,helvetica"    // Font family menu items
    var FontSize=9;                // Font size menu items
    var FontBold=1;                // Bold menu items 1 or 0
    var FontItalic=0;                // Italic menu items 1 or 0
    var MenuTextCentered='left';            // Item text position 'left', 'center' or 'right'
    var MenuCentered='center';                        // Menu horizontal position 'left', 'center' or 'right'
    var MenuVerticalCentered='top';        // Menu vertical position 'top', 'middle','bottom' or static
    var ChildOverlap=.2;                // horizontal overlap child/ parent
    var ChildVerticalOverlap=.2;            // vertical overlap child/ parent
    var StartTop=166;                // Menu offset x coordinate
    var StartLeft=0;                // Menu offset y coordinate
    var agt=navigator.userAgent.toLowerCase();
    var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
                    && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
                    && (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1));
    if(is_nav) {
        StartTop -= 5;
        StartLeft -= 10;
    }
    var VerCorrect=0;                // Multiple frames y correction
    var HorCorrect=0;                // Multiple frames x correction
    var LeftPaddng=3;                // Left padding
    var TopPaddng=4;                // Top padding
    var FirstLineHorizontal=1;            // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
    var MenuFramesVertical=0;            // Frames in cols or rows 1 or 0
    var DissapearDelay=1000;            // delay before menu folds in
    var TakeOverBgColor=1;            // Menu frame takes over background color subitem frame
    var FirstLineFrame='';            // Frame where first level appears
    var SecLineFrame='';            // Frame where sub levels appear
    var DocTargetFrame='';            // Frame where target documents appear
    var TargetLoc='';        // span id for relative positioning
    var HideTop=0;                // Hide first level when loading new document 1 or 0
    var MenuWrap=1;                // enables/ disables menu wrap 1 or 0
    var RightToLeft=0;                // enables/ disables right to left unfold 1 or 0
    var UnfoldsOnClick=0;            // Level 1 unfolds onclick/ onmouseover
    var WebMasterCheck=0;            // menu tree checking on or off 1 or 0
    var ShowArrow=0;                // Uses arrow gifs when 1
    var KeepHilite=1;                // Keep selected path highligthed
    var Arrws=['tri.gif',5,10,'tridown.html',10,5,'trileft.html',5,10];    // Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
// MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
// For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("HOME","http://www.addantes.com/index.htm","",0,20,93);

Menu2=new Array("ABOUT US","http://www.addantes.com/about.htm","",1,20,93);
	Menu2_1=new Array("Location","http://www.addantes.com/location.htm","",0,20,120);

Menu3=new Array("CATERING","http://www.addantes.com/catering/catering.htm","",3,20,93);
    Menu3_1=new Array("Catering Menu","http://www.addantes.com/catering/CateringMenu.htm","",0,20,165);
	Menu3_2=new Array("Weddings","http://www.addantes.com/catering/weddings.htm","",0,20,165);
    Menu3_3=new Array("Corporate","http://www.addantes.com/catering/corporate.htm","",0,20,165);

Menu4=new Array("MENUS","http://www.addantes.com/menu/menu.htm","",7,20,97);
    Menu4_1=new Array("Pizza","http://www.addantes.com/menu/pizza.htm","",0,20,120);
	Menu4_2=new Array("Appetizers","http://www.addantes.com/menu/appetizers.htm","",0,20,120);
	Menu4_3=new Array("Pasta","http://www.addantes.com/menu/pasta.htm","",0,20,120);
    Menu4_4=new Array("Chicken & Veal","http://www.addantes.com/menu/chicken_veal.htm","",0,20,120);
	Menu4_5=new Array("Ribs & Seafood","http://www.addantes.com/menu/ribs_seafood.htm","",0,20,120);
	Menu4_6=new Array("Salads","http://www.addantes.com/menu/salads.htm","",0,20,120);
	Menu4_7=new Array("Sandwiches","http://www.addantes.com/menu/sandwiches.htm","",0,20,120);

Menu5=new Array("SPECIALS","http://www.addantes.com/specials.htm","",0,20,97);

Menu6=new Array("PHOTOS","http://www.addantes.com/photos.htm","",0,20,93);
 
Menu7=new Array("CONTACT US","http://www.addantes.com/contact.htm","",0,20,97);
