var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'People',
    bIsWebPath:true,
    sUrl:'people.html'
},
{   sTitle:'Nature',
    bIsWebPath:true,
    sUrl:'nature.html',"childArray" : [
    {   sTitle:'Travel',
        bIsWebPath:true,
        sUrl:'travel.html'
    },
    {   sTitle:'Panoramas',
        bIsWebPath:true,
        sUrl:'panos.html'
    },
    {   sTitle:'Life',
        bIsWebPath:true,
        sUrl:'life.html'
    }]
},
{   sTitle:'Pets',
    bIsWebPath:true,
    sUrl:'pets.html'
},
{   sTitle:'Commercial',
    bIsWebPath:true,
    sUrl:'commercial.html'
},
{   sTitle:'Rates',
    bIsWebPath:true,
    sUrl:'rates.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://caseyrcorbin.wordpress.com/',
    sTarget:'_blank'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});