var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Customer Comments',
    bIsWebPath:true,
    sUrl:'customer comments.html',
    sTarget:'_self'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Interior Projects',
        bIsWebPath:true,
        sUrl:'page5.html',
        sTarget:'_self'
    },
    {   sTitle:'Exterior Projects',
        bIsWebPath:true,
        sUrl:'exterior projects.html',
        sTarget:'_self'
    },
    {   sTitle:'Custom Woodworking',
        bIsWebPath:true,
        sUrl:'custom woodworking.html',
        sTarget:'_self'
    },
    {   sTitle:'Personal Gallery',
        bIsWebPath:true,
        sUrl:'personal gallery.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html',
    sTarget:'_self'
}]
});