var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html',"childArray" : [
    {   sTitle:'Newspaper Article',
        bIsWebPath:true,
        sUrl:'newspaper.html'
    },
    {   sTitle:'Cabinet Makers',
        bIsWebPath:true,
        sUrl:'cabinetmakers.html'
    }]
},
{   sTitle:'Edges',
    bIsWebPath:true,
    sUrl:'edges.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Kitchens',
        bIsWebPath:true,
        sUrl:'kitchens.html'
    },
    {   sTitle:'Vanities Etc.',
        bIsWebPath:true,
        sUrl:'vanities.html'
    }]
},
{   sTitle:'Granite Colors',
    bIsWebPath:true,
    sUrl:'granitecolors.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
