var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'The Advantage Solution',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Kitchens and Baths',
        bIsWebPath:true,
        sUrl:'advsol_kitchens.html'
    },
    {   sTitle:'New Additions',
        bIsWebPath:true,
        sUrl:'advcol_new_additions.html'
    },
    {   sTitle:'HVAC',
        bIsWebPath:true,
        sUrl:'advsol_hvac.html'
    }]
},
{   sTitle:'Media_Moments',
    bIsWebPath:true,
    sUrl:'media_moment.html',
    sTarget:'_self'
}]
});