var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Project Photo\'s',
    bIsWebPath:true,
    sUrl:'photos.html',"childArray" : [
    {   sTitle:'Buckhead Job',
        bIsWebPath:true,
        sUrl:'buckhead_job.html'
    },
    {   sTitle:'Enclosed Porch',
        bIsWebPath:true,
        sUrl:'enclosed_porch.html'
    },
    {   sTitle:'Commercial Job',
        bIsWebPath:true,
        sUrl:'comm_job.html'
    },
    {   sTitle:'44 Ave Job',
        bIsWebPath:true,
        sUrl:'44ave.html'
    }]
},
{   sTitle:'Helpful Hints',
    bIsWebPath:true,
    sUrl:'hints.html'
},
{   sTitle:'Other links',
    bIsWebPath:true,
    sUrl:'otherlinks.html'
}]
});