var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Painting',
        bIsWebPath:true,
        sUrl:'page5.html',
        sTarget:'_self'
    },
    {   sTitle:'Sculpture',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    },
    {   sTitle:'Woodworking',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    }]
}]
});