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