var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Committee',
        'bIsWebPath':true,
        'sUrl':'committee.html'
    }]
},
{   'sTitle':'Newsletter',
    'bIsExternal':true,
    'sUrl':'http://www.alpacasvicwest.com.au/news/index.php'
},
{   'sTitle':'VicWest Breeders',
    'bIsWebPath':true,
    'sUrl':'breeders.html',"childArray" : [
    {   'sTitle':'Bellarine',
        'bIsWebPath':true,
        'sUrl':'bellarine.html'
    },
    {   'sTitle':'Surf Coast',
        'bIsWebPath':true,
        'sUrl':'surfcoast.html'
    },
    {   'sTitle':'Ballarat-Central',
        'bIsWebPath':true,
        'sUrl':'ballarat.html'
    },
    {   'sTitle':'Otways region',
        'bIsWebPath':true,
        'sUrl':'otways.html'
    },
    {   'sTitle':'Western',
        'bIsWebPath':true,
        'sUrl':'western.html'
    },
    {   'sTitle':'geelong',
        'bIsWebPath':true,
        'sUrl':'geelong.html'
    }]
},
{   'sTitle':'Events & Activities',
    'bIsWebPath':true,
    'sUrl':'events.html',"childArray" : [
    {   'sTitle':'Calendar',
        'bIsWebPath':true,
        'sUrl':'calendar.html'
    },
    {   'sTitle':'Alpacarama',
        'bIsWebPath':true,
        'sUrl':'alpacarama.html'
    },
    {   'sTitle':'AlpacaFest',
        'bIsWebPath':true,
        'sUrl':'alpacafest.html'
    },
    {   'sTitle':'Sheepvention',
        'bIsWebPath':true,
        'sUrl':'sheepvention.html'
    },
    {   'sTitle':'Warrnambool Alpaca Show',
        'bIsWebPath':true,
        'sUrl':'warrnambool.html'
    },
    {   'sTitle':'Colac Alpaca Show',
        'bIsWebPath':true,
        'sUrl':'colac.html'
    },
    {   'sTitle':'Melbourne Royal',
        'bIsWebPath':true,
        'sUrl':'melbourne-royal.html'
    },
    {   'sTitle':'seymour',
        'bIsWebPath':true,
        'sUrl':'seymour.html'
    }]
},
{   'sTitle':'Show Rules',
    'bIsWebPath':true,
    'sUrl':'show-rules.html'
},
{   'sTitle':'Show Entries',
    'bIsWebPath':true,
    'sUrl':'entries.html'
},
{   'sTitle':'Show Results',
    'bIsWebPath':true,
    'sUrl':'results.html'
},
{   'sTitle':'Health & welfare',
    'bIsWebPath':true,
    'sUrl':'health.html'
},
{   'sTitle':'Marketing',
    'bIsWebPath':true,
    'sUrl':'marketing.html'
},
{   'sTitle':'Research',
    'bIsWebPath':true,
    'sUrl':'research.html'
},
{   'sTitle':'Education',
    'bIsWebPath':true,
    'sUrl':'education.html',"childArray" : [
    {   'sTitle':'web sandpit',
        'bIsWebPath':true,
        'sUrl':'sandpit.html'
    },
    {   'sTitle':'google',
        'bIsWebPath':true,
        'sUrl':'google.html'
    },
    {   'sTitle':'Council papers November 2010',
        'bIsWebPath':true,
        'sUrl':'council1011.html'
    },
    {   'sTitle':'Council papers May 2011',
        'bIsWebPath':true,
        'sUrl':'may2011council.html'
    },
    {   'sTitle':'AAA policies',
        'bIsWebPath':true,
        'sUrl':'policies.html'
    }]
},
{   'sTitle':'Products & Services',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Alpaca Shearers',
        'bIsWebPath':true,
        'sUrl':'shearers.html'
    },
    {   'sTitle':'Fleece & yarns',
        'bIsWebPath':true,
        'sUrl':'yarn.html'
    },
    {   'sTitle':'Garments & handcrafts',
        'bIsWebPath':true,
        'sUrl':'garments.html'
    },
    {   'sTitle':'Alpaca Supplies',
        'bIsWebPath':true,
        'sUrl':'supplies.html'
    }]
},
{   'sTitle':'AAA Fee schedule',
    'bIsExternal':true,
    'sUrl':'http://www.alpaca.asn.au/members/docs/reg/fees.pdf'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
