var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'http://gatormadegolf.com/index.htm'
},
{   'sTitle':'Ball Markers',
    'sUrl':'http://gatormadegolf.com/markers.htm',"childArray" : [
    {   'sTitle':'Personalized Ball Markers',
        'sUrl':'http://gatormadegolf.com/ballmarkers.htm'
    },
    {   'sTitle':'Spanish Names',
        'sUrl':'http://gatormadegolf.com/spanishnames.htm'
    },
    {   'sTitle':'German Names',
        'sUrl':'http://gatormadegolf.com/germannames.htm'
    },
    {   'sTitle':'National Flags',
        'sUrl':'http://gatormadegolf.com/nationalflags.htm'
    },
    {   'sTitle':'Military ',
        'sUrl':'http://gatormadegolf.com/military.htm'
    },
    {   'sTitle':'Novelty Design',
        'sUrl':'http://gatormadegolf.com/novelty.htm'
    },
    {   'sTitle':'\"I Love\" Designs',
        'sUrl':'http://gatormadegolf.com/ilove.htm'
    },
    {   'sTitle':'NCAA Teams',
        'sUrl':'http://gatormadegolf.com/ncaateams.htm'
    }]
},
{   'sTitle':'Retail Kits',
    'sUrl':'http://gatormadegolf.com/retailkits.htm'
},
{   'sTitle':'Products',
    'sUrl':'http://gatormadegolf.com/products.htm',"childArray" : [
    {   'sTitle':'Divot Tool',
        'sUrl':'http://gatormadegolf.com/divottool.htm'
    },
    {   'sTitle':'Hat Clip',
        'sUrl':'http://gatormadegolf.com/hatclip.htm'
    },
    {   'sTitle':'Powercore',
        'sUrl':'http://gatormadegolf.com/powercore.htm'
    }]
},
{   'sTitle':'Contact Us',
    'sUrl':'http://gatormadegolf.com/contactus.htm'
},
{   'sTitle':'About Us',
    'sUrl':'http://gatormadegolf.com/about.htm'
}]
});
