var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Portfolio',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Welcome',
        bIsWebPath:true,
        sUrl:'welcome.html',
        sTarget:'_self'
    },
    {   sTitle:'Company Profile',
        bIsWebPath:true,
        sUrl:'profile.html'
    },
    {   sTitle:'Our Philosophy',
        bIsWebPath:true,
        sUrl:'philosophy.html'
    },
    {   sTitle:'Team Portfolio',
        bIsWebPath:true,
        sUrl:'team.html'
    },
    {   sTitle:'Honors & Awards',
        sUrl:'http://designexcellence.portfolio-home.com',
        sTarget:'_self'
    }]
},
{   sTitle:'Product Collections',
    bIsWebPath:true,
    sUrl:'collections.html',"childArray" : [
    {   sTitle:'The Portfolio Collection',
        bIsWebPath:true,
        sUrl:'portfoliocollection.html'
    },
    {   sTitle:'The Studio PKH Collection',
        bIsWebPath:true,
        sUrl:'studiopkh.html'
    },
    {   sTitle:'\"Green\" Products',
        bIsWebPath:true,
        sUrl:'greenliving.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Residential Services',
        bIsWebPath:true,
        sUrl:'residential.html'
    },
    {   sTitle:'Commercial Services',
        bIsWebPath:true,
        sUrl:'commercial.html'
    },
    {   sTitle:'Specialty / Concierge Services',
        bIsWebPath:true,
        sUrl:'specialtyservices.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Your Style',
    bIsWebPath:true,
    sUrl:'yourstyle.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Traditional Designs',
        bIsWebPath:true,
        sUrl:'traditional.html'
    },
    {   sTitle:'Transitional Designs',
        bIsWebPath:true,
        sUrl:'transitional.html'
    },
    {   sTitle:'Contemporary Designs',
        bIsWebPath:true,
        sUrl:'contemporary.html'
    }]
},
{   sTitle:'Flagship Store',
    bIsWebPath:true,
    sUrl:'flagship.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Facts & Features',
        bIsWebPath:true,
        sUrl:'fssfeatures.html',
        sTarget:'_self'
    },
    {   sTitle:'Construction Blog',
        bIsWebPath:true,
        sUrl:'fssblog.html',
        sTarget:'_self'
    },
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'fssgallery.html',
        sTarget:'_self'
    },
    {   sTitle:'Event Schedule',
        bIsWebPath:true,
        sUrl:'fssevents.html',
        sTarget:'_self'
    }]
},
{   sTitle:'News & Events',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Portfolio In Print',
        bIsWebPath:true,
        sUrl:'pkhprint.html'
    },
    {   sTitle:'Current Events',
        bIsWebPath:true,
        sUrl:'currentevents.html'
    },
    {   sTitle:'Portfolio Wired',
        bIsWebPath:true,
        sUrl:'portfoliowired.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
}]
});
