var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Other Friends',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Alpacas',
    'bIsWebPath':true,
    'sUrl':'page10.html'
},
{   'sTitle':'Farm Store',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
