//Drop-Down Navigation System
//For Healthy Lifestyles

//--- VARIABLES---\\

        //--- General Settings ---\\

    var NoOffFirstLineMenus=5;      // Main Level Categories
    var MenuWrap=0;             // menu wrap (0 or 1)
    var RightToLeft=0;          // Horizontal or Vertical fold (0 or 1)
    var UnfoldsOnClick=0;           // Unfold on click OR mouseover (0 or 1)
    var WebMasterCheck=0;           // Check Menu Tree (0 or 1)
    var ShowArrow=1;            // Arrow GIFS to help users (0 or 1)
    var KeepHilite=1;           // Keep selected path highligthed (0 or 1)
    var Arrws=['images/menu_dot.gif',10,10,'images/menu_dot.gif',10,10,'images/menu_dot.gif',10,10];    // GIF Arrow Images (width / height)


    //--- Background Colors ---\\

    var LowBgColor='#FFDAE8';           // Not MouseOver BG Color
    var LowSubBgColor='#FFDDEE';            // No MouseOver Sub_Levels BG Color
    var HighBgColor='#A40045';          // MouseOver BG_Color
    var HighSubBgColor='#7D0035';           // Background color when mouse is over on subs
    var FontLowColor='#000000';         // Font color Not MouseOver
    var FontSubLowColor='#000000';          // Font color Sub_Level Not MouseOver
    var FontHighColor='#FFFFFF';            // Font color when mouse is over
    var FontSubHighColor='#FFFFFF';         // Font color subs when mouse is over
    var BorderColor='#000000';          // Border color
    var BorderSubColor='#000000';           // Border color for subs

    //--- Element Parameters ---\\

    var BorderWidth=1;              // Border width
    var BorderBtwnElmnts=1;             // Border between elements 1 or 0
    var FontFamily="verdana,arial"          // Font family menu items
    var FontSize=8;                 // Font size menu items
    var FontBold=0;                 // Bold menu items 1 or 0
    var FontItalic=0;               // Italic menu items 1 or 0
    var MenuTextCentered='center';          // 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=0;             // horizontal overlap child/ parent
    var ChildVerticalOverlap=0;         // vertical overlap child/ parent
    var StartTop=92;                // Menu offset x coordinate
    var StartLeft=0;                // Menu offset y coordinate
    var VerCorrect=0;               // Multiple frames y correction
    var HorCorrect=0;               // Multiple frames x correction
    var LeftPaddng=0;               // Left padding
    var TopPaddng=0;                // Top padding
    var FirstLineHorizontal=1;          // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
    var MenuFramesVertical=1;           // Frames in cols or rows 1 or 0
    var DissapearDelay=500;             // delay before menu folds in
    var TakeOverBgColor=1;              // Menu frame takes over background color subitem frame
    var FirstLineFrame='navig';         // Frame where first level appears
    var SecLineFrame='space';           // Frame where sub levels appear
    var DocTargetFrame='space';         // 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=1;                // Uses arrow gifs when 1
    var KeepHilite=1;               // Keep selected path highligthed
    var Arrws=['images/menu_dot.gif',10,10,'images/menu_dot.gif',10,10,'images/menu_dot.gif',10,10];    // Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// --- Menu 1 --- \\

Menu1=new Array("The Challenge","challenge.htm","",0,14,146);

// --- Menu 2 --- \\

Menu2=new Array("Marshfield Coalition","","",5,14,146);
    Menu2_1=new Array("About Us","about.htm","",0,14,146);
    Menu2_2=new Array("Accomplishments","accomplishments.htm","",0,14,146);
    Menu2_3=new Array("Committees","","",5,14,146);
        Menu2_3_1=new Array("Business & Industry","business_industry.htm","",0,14,146);
        Menu2_3_2=new Array("Community","community.htm","",0,14,146);
        Menu2_3_3=new Array("Education","education.htm","",0,14,146);
        Menu2_3_4=new Array("Executive","executive.htm","",0,14,146);
        Menu2_3_5=new Array("Finance","finance.htm","",0,14,146);
    Menu2_4=new Array("Bulletin","bulletins/bulletin2011.htm","",0,14,146);
    Menu2_5=new Array("Upcoming Events","events.htm","",0,14,146);
    
// --- Menu 3 --- \\

Menu3=new Array("Tools for Change","","",4,14,146);
    Menu3_1=new Array("Healthy Eating","TC_Healthy_Eating.htm","",0,14,146);
    Menu3_2=new Array("Active Living","TC_Active_Living.htm","",0,14,146);
    Menu3_3=new Array("Total Health","TC_Total_Health.htm","",0,14,146);
    Menu3_4=new Array("Policy","TC_Policy.htm","",0,14,146);

// --- Menu 4 --- \\

Menu4=new Array("How To Get Involved","getinvolved.htm","",2,14,146);
    Menu4_1=new Array("Join Coalition","getinvolved.htm","",0,14,146);
    Menu4_2=new Array("Make A Gift","donate.htm","",0,14,146);

// --- Menu 5 --- \\

Menu5=new Array("Media Center","","",6,14,146);
    Menu5_1=new Array("Media Contacts","mediacontacts.htm","",0,14,146);
    Menu5_2=new Array("Logo Guidelines","logo_guidelines.htm","",0,14,146);
    Menu5_3=new Array("About Us","about.htm","",0,14,146);
    Menu5_4=new Array("Accomplishments","accomplishments.htm","",0,14,146);
    Menu5_5=new Array("Upcoming Events","events.htm","",0,14,146);
    Menu5_6=new Array("News Stories", "news_stories.htm","",0,14,146);
