var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',"childArray" : [
    {   sTitle:'Costume',
        bIsWebPath:true,
        sUrl:'costume.html',
        sTarget:'_self'
    },
    {   sTitle:'Ecclesiastical',
        bIsWebPath:true,
        sUrl:'ecclesiastical.html',
        sTarget:'_self'
    },
    {   sTitle:'Embroidery',
        bIsWebPath:true,
        sUrl:'embroidery.html',
        sTarget:'_self'
    },
    {   sTitle:'Interior Furnishings',
        bIsWebPath:true,
        sUrl:'interiorfurnishings.html',
        sTarget:'_self'
    },
    {   sTitle:'Militaria',
        bIsWebPath:true,
        sUrl:'militaria.html',
        sTarget:'_self'
    },
    {   sTitle:'Samplers',
        bIsWebPath:true,
        sUrl:'samplers.html',
        sTarget:'_self'
    },
    {   sTitle:'Tapestry',
        bIsWebPath:true,
        sUrl:'tapestry.html',
        sTarget:'_self'
    },
    {   sTitle:'Upholstered Furniture',
        bIsWebPath:true,
        sUrl:'upholstered furniture.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
