var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',"childArray" : [
    {   sTitle:'Cad Models',
        bIsWebPath:true,
        sUrl:'cadmodels.html'
    },
    {   sTitle:'Domestic Extensions',
        bIsWebPath:true,
        sUrl:'domesticextensions.html'
    },
    {   sTitle:'Housing',
        bIsWebPath:true,
        sUrl:'housing.html'
    },
    {   sTitle:'Barn Conversions',
        bIsWebPath:true,
        sUrl:'barnconversions.html'
    },
    {   sTitle:'Drawings',
        bIsWebPath:true,
        sUrl:'drawings.html'
    },
    {   sTitle:'Recent Projects',
        bIsWebPath:true,
        sUrl:'recentprojects.html'
    }]
}]
});
