var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Sasha',
    bIsWebPath:true,
    sUrl:'sasha2.html'
},
{   sTitle:'Interviews',
    bIsWebPath:true,
    sUrl:'interview.html',"childArray" : [
    {   sTitle:'Summer 2010 Part 1',
        bIsWebPath:true,
        sUrl:'interview_part_1.html'
    },
    {   sTitle:'Summer 2010 Part 2',
        bIsWebPath:true,
        sUrl:'interview_part_2.html'
    },
    {   sTitle:'January 2012',
        bIsWebPath:true,
        sUrl:'Jan2012.html'
    }]
},
{   sTitle:'Productions',
    bIsWebPath:true,
    sUrl:'productions.html',"childArray" : [
    {   sTitle:'Movies',
        bIsWebPath:true,
        sUrl:'movies.html'
    },
    {   sTitle:'TV Shows',
        bIsWebPath:true,
        sUrl:'tvshows.html'
    },
    {   sTitle:'Projects',
        bIsWebPath:true,
        sUrl:'project.html'
    }]
},
{   sTitle:'Media',
    bIsExternal:true,
    sUrl:'http://www.sasha-barrese.net/media/',
    sTarget:'_blank'
},
{   sTitle:'Gallery',
    bIsExternal:true,
    sUrl:'http://www.sasha-barrese.net/gallery'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'link.html'
    },
    {   sTitle:'Friends',
        bIsWebPath:true,
        sUrl:'friends.html'
    },
    {   sTitle:'Social Networks',
        bIsWebPath:true,
        sUrl:'social_networks.html'
    },
    {   sTitle:'Project Links',
        bIsWebPath:true,
        sUrl:'project_links.html'
    }]
},
{   sTitle:'Disclaimer',
    bIsWebPath:true,
    sUrl:'disclaimer.html',"childArray" : [
    {   sTitle:'about owner',
        bIsWebPath:true,
        sUrl:'about.html'
    }]
},
{   sTitle:'Contact',
    bIsExternal:true,
    sUrl:'mailto:contact@sasha-barrese.net?subject=contact via Homepage'
}]
});
