var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html'
},
{   sTitle:'Assignments',
    bIsWebPath:true,
    sUrl:'assignments.html'
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
