var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Design',
    bIsWebPath:true,
    sUrl:'design.html'
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'galleries.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Build Pics',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'For Sale',
    bIsWebPath:true,
    sUrl:'page10.html'
}]
});
