var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'About Me',
        bIsWebPath:true,
        sUrl:'aboutme.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html'
},
{   sTitle:'Order',
    bIsWebPath:true,
    sUrl:'order.html',"childArray" : [
    {   sTitle:'Steps To Order',
        bIsWebPath:true,
        sUrl:'stepstoorder.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Project 1',
        bIsWebPath:true,
        sUrl:'project1.html'
    },
    {   sTitle:'Project 2',
        bIsWebPath:true,
        sUrl:'project2.html'
    },
    {   sTitle:'Project 3',
        bIsWebPath:true,
        sUrl:'project3.html'
    },
    {   sTitle:'Project 4',
        bIsWebPath:true,
        sUrl:'project4.html'
    },
    {   sTitle:'Project 5',
        bIsWebPath:true,
        sUrl:'Project5.html'
    },
    {   sTitle:'Project 6',
        bIsWebPath:true,
        sUrl:'project 6.html'
    },
    {   sTitle:'Testimonial Videos',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
