var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Carpet Cleaning',
        bIsWebPath:true,
        sUrl:'carpet_cleaning.html'
    },
    {   sTitle:'Upholstery Cleaning',
        bIsWebPath:true,
        sUrl:'upholstery_cleaning.html'
    },
    {   sTitle:'Rug Cleaning',
        bIsWebPath:true,
        sUrl:'rug_cleaning.html'
    },
    {   sTitle:'RV Cleaning',
        bIsWebPath:true,
        sUrl:'rv_cleaning.html'
    },
    {   sTitle:'Carpet Repairs',
        bIsWebPath:true,
        sUrl:'carpet_repairs.html'
    },
    {   sTitle:'Stain Protection',
        bIsWebPath:true,
        sUrl:'carpet_stain_protection.html'
    },
    {   sTitle:'Pet Stains and Odors',
        bIsWebPath:true,
        sUrl:'carpet_pet_stains_odors.html'
    },
    {   sTitle:'Always Included',
        bIsWebPath:true,
        sUrl:'always_included.html'
    },
    {   sTitle:'Gift Certificates',
        bIsWebPath:true,
        sUrl:'gift_certificates.html'
    }]
},
{   sDescription:'Professional tips to maintain your carpet and extend its life and appearance- Professor Pyles Five Step Carpet Care-Serving Greater Sacramento and beyond.',
    sTitle:'Care Tips',
    bIsWebPath:true,
    sUrl:'care_tips.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'carpet_cleaning_review-testimonial.html'
},
{   sTitle:'Promotions',
    bIsWebPath:true,
    sUrl:'carpet_cleaning_promotions.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us_main.html',"childArray" : [
    {   sTitle:'Staff-Communication',
        bIsWebPath:true,
        sUrl:'about_us_staff.html'
    },
    {   sTitle:'Scheduling-Appointments',
        bIsWebPath:true,
        sUrl:'about_us_scheduling.html'
    },
    {   sTitle:'Pricing-Quotes',
        bIsWebPath:true,
        sUrl:'about_us_pricing.html'
    },
    {   sTitle:'Expect-from-us',
        bIsWebPath:true,
        sUrl:'about_us_expect_from_us.html'
    },
    {   sTitle:'Expect-from-you',
        bIsWebPath:true,
        sUrl:'about_us_expect_from_you.html'
    }]
},
{   sTitle:'Green Cleaning',
    bIsWebPath:true,
    sUrl:'green_carpet_cleaning.html'
}]
});
