var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Current Ad',
        bIsWebPath:true,
        sUrl:'curr_ad_a.html'
    },
    {   sTitle:'Gift Cards',
        bIsWebPath:true,
        sUrl:'giftcard.html'
    },
    {   sTitle:'Product Finder',
        bIsWebPath:true,
        sUrl:'prod_find.html'
    }]
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'Guides & Tips',
        bIsWebPath:true,
        sUrl:'guides.html'
    }]
},
{   sTitle:'Rewards',
    bIsWebPath:true,
    sUrl:'rewards.html'
},
{   sTitle:'Locations',
    bIsWebPath:true,
    sUrl:'locations.html',"childArray" : [
    {   sTitle:'Dodge City',
        bIsWebPath:true,
        sUrl:'st08.html'
    },
    {   sTitle:'Emporia',
        bIsWebPath:true,
        sUrl:'st05.html'
    },
    {   sTitle:'Great Bend',
        bIsWebPath:true,
        sUrl:'st04.html'
    },
    {   sTitle:'Junction City',
        bIsWebPath:true,
        sUrl:'st02.html'
    },
    {   sTitle:'Manhattan',
        bIsWebPath:true,
        sUrl:'st09.html'
    },
    {   sTitle:'Manhattan Rental',
        bIsWebPath:true,
        sUrl:'st03.html'
    },
    {   sTitle:'Salina',
        bIsWebPath:true,
        sUrl:'st06.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Rental',
        bIsWebPath:true,
        sUrl:'rental.html'
    },
    {   sTitle:'Lumber',
        bIsWebPath:true,
        sUrl:'lumber.html'
    },
    {   sTitle:'Party & Wedding',
        bIsWebPath:true,
        sUrl:'p&w.html'
    },
    {   sTitle:'Earthcare Garden Store',
        bIsWebPath:true,
        sUrl:'ec_garden.html'
    },
    {   sTitle:'Earthcare Landscape, Irrigation & Maintenance',
        bIsWebPath:true,
        sUrl:'ec_ls.html',"childArray" : [
        {   sTitle:'Services',
            bIsWebPath:true,
            sUrl:'ec_ls_01.html'
        },
        {   sTitle:'Gallery',
            bIsWebPath:true,
            sUrl:'ec_ls_02.html'
        },
        {   sTitle:'Contact us',
            bIsWebPath:true,
            sUrl:'ec_ls_03.html'
        }]
    }]
},
{   sTitle:'Contractors',
    bIsWebPath:true,
    sUrl:'contractors.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'Corporate Information',
        bIsWebPath:true,
        sUrl:'corporate.html'
    },
    {   sTitle:'Careers',
        bIsWebPath:true,
        sUrl:'careers.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Signup',
        bIsWebPath:true,
        sUrl:'signup.html'
    }]
}]
});