var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html',"childArray" : [
    {   sTitle:'Trains',
        bIsWebPath:true,
        sUrl:'trains.html'
    },
    {   sTitle:'Cars',
        bIsWebPath:true,
        sUrl:'cars.html'
    },
    {   sTitle:'Richmond',
        bIsWebPath:true,
        sUrl:'Richmond.html'
    },
    {   sTitle:'Landscapes',
        bIsWebPath:true,
        sUrl:'landscapes.html'
    },
    {   sTitle:'Travel',
        bIsWebPath:true,
        sUrl:'travel.html'
    },
    {   sTitle:'Floral',
        bIsWebPath:true,
        sUrl:'floral.html'
    },
    {   sTitle:'Panoramas',
        bIsWebPath:true,
        sUrl:'panorama.html'
    }]
},
{   sTitle:'Whats New',
    bIsWebPath:true,
    sUrl:'whatsnew.html',"childArray" : [
    {   sTitle:'Snow-2010',
        bIsWebPath:true,
        sUrl:'snow2010.html'
    },
    {   sTitle:'Rich Cold Storage',
        bIsWebPath:true,
        sUrl:'rich_cold_storage.html'
    },
    {   sTitle:'March Images',
        bIsWebPath:true,
        sUrl:'march_images.html'
    },
    {   sTitle:'April Images',
        bIsWebPath:true,
        sUrl:'april_images.html'
    },
    {   sTitle:'May Images',
        bIsWebPath:true,
        sUrl:'may.html',"childArray" : [
        {   sTitle:'Page 2',
            bIsWebPath:true,
            sUrl:'maypg2.html'
        }]
    },
    {   sTitle:'June Images',
        bIsWebPath:true,
        sUrl:'june_images.html'
    }]
},
{   sTitle:'Buy Prints',
    bIsExternal:true,
    sUrl:'http://fineartamerica.com/customshop/tim-wilson.html',
    sTarget:'_self'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'Blog.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'My Flickr Page',
    bIsExternal:true,
    sUrl:'http://www.flickr.com/photos/wilsonphotosva/'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'SiteMap',
    bIsWebPath:true,
    sUrl:'sitemap.html'
}]
});