var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Research',
    'bIsWebPath':true,
    'sUrl':'research.html'
},
{   'sTitle':'Sires',
    'bIsWebPath':true,
    'sUrl':'sires.html'
},
{   'sTitle':'For sale',
    'bIsWebPath':true,
    'sUrl':'forsale.html'
},
{   'sTitle':'Networks',
    'bIsWebPath':true,
    'sUrl':'networks.html',"childArray" : [
    {   'sTitle':'Black alpacas',
        'bIsWebPath':true,
        'sUrl':'blackalpacas.html'
    },
    {   'sTitle':'Otways',
        'bIsWebPath':true,
        'sUrl':'otway.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
