var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Theatrical',
        bIsWebPath:true,
        sUrl:'theatricalgallery.html'
    },
    {   sTitle:'Action',
        bIsWebPath:true,
        sUrl:'actiongallery.html'
    },
    {   sTitle:'iPhone',
        bIsWebPath:true,
        sUrl:'iphonegallery.html'
    }]
},
{   sTitle:'Set Stills',
    bIsWebPath:true,
    sUrl:'setstills.html',"childArray" : [
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'setstillphotos.html'
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'setstillsvideo1.html'
    }]
},
{   sTitle:'Reel',
    bIsWebPath:true,
    sUrl:'reel.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
