var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Committee',
        bIsWebPath:true,
        sUrl:'committee.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Newsletter',
    bIsExternal:true,
    sUrl:'http://www.alpacasvicwest.com.au/news/index.php'
},
{   sTitle:'VicWest Breeders',
    bIsWebPath:true,
    sUrl:'breeders.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Bellarine',
        bIsWebPath:true,
        sUrl:'bellarine.html',
        sTarget:'_self'
    },
    {   sTitle:'Surf Coast',
        bIsWebPath:true,
        sUrl:'surfcoast.html',
        sTarget:'_self'
    },
    {   sTitle:'Ballarat-Central',
        bIsWebPath:true,
        sUrl:'ballarat.html',
        sTarget:'_self'
    },
    {   sTitle:'Otways region',
        bIsWebPath:true,
        sUrl:'otways.html',
        sTarget:'_self'
    },
    {   sTitle:'Western',
        bIsWebPath:true,
        sUrl:'western.html',
        sTarget:'_self'
    },
    {   sTitle:'geelong',
        bIsWebPath:true,
        sUrl:'geelong.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events & Activities',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'calendar.html',
        sTarget:'_self'
    },
    {   sTitle:'Alpacarama',
        bIsWebPath:true,
        sUrl:'alpacarama.html',
        sTarget:'_self'
    },
    {   sTitle:'AlpacaFest',
        bIsWebPath:true,
        sUrl:'alpacafest.html',
        sTarget:'_self'
    },
    {   sTitle:'Warrnambool Alpaca Show',
        bIsWebPath:true,
        sUrl:'warrnambool.html',
        sTarget:'_self'
    },
    {   sTitle:'Colac Alpaca Show',
        bIsWebPath:true,
        sUrl:'colac.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Show Entries',
    bIsWebPath:true,
    sUrl:'entries.html',
    sTarget:'_self'
},
{   sTitle:'Show Results',
    bIsWebPath:true,
    sUrl:'results.html',
    sTarget:'_self'
},
{   sTitle:'Health & welfare',
    bIsWebPath:true,
    sUrl:'health.html',
    sTarget:'_self'
},
{   sTitle:'Research',
    bIsWebPath:true,
    sUrl:'research.html',
    sTarget:'_self'
},
{   sTitle:'Education',
    bIsWebPath:true,
    sUrl:'education.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'web sandpit',
        bIsWebPath:true,
        sUrl:'sandpit.html',
        sTarget:'_self'
    },
    {   sTitle:'google',
        bIsWebPath:true,
        sUrl:'google.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Products & Services',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Alpaca Shearers',
        bIsWebPath:true,
        sUrl:'shearers.html',
        sTarget:'_self'
    },
    {   sTitle:'Fleece & yarns',
        bIsWebPath:true,
        sUrl:'yarn.html',
        sTarget:'_self'
    },
    {   sTitle:'Garments & handcrafts',
        bIsWebPath:true,
        sUrl:'garments.html',
        sTarget:'_self'
    },
    {   sTitle:'Alpaca Supplies',
        bIsWebPath:true,
        sUrl:'supplies.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});