var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About ',
    bIsWebPath:true,
    sUrl:'stephanie-corne-bio.html'
},
{   sTitle:'Murals',
    bIsWebPath:true,
    sUrl:'wall-murals-on-canvas-faux-finish-portfolio.html'
},
{   sTitle:'Other Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Faux Finishes',
        bIsWebPath:true,
        sUrl:'faux-finishes-venetian-plaster.html'
    },
    {   sTitle:'Special Events',
        bIsWebPath:true,
        sUrl:'special-events.html'
    },
    {   sTitle:'On Going Projects',
        bIsWebPath:true,
        sUrl:'on-going-projects.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
