var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Decorating Gallery',
    bIsWebPath:true,
    sUrl:'page7a.html',"childArray" : [
    {   sTitle:'Lounge',
        bIsWebPath:true,
        sUrl:'lounge_decorating.html'
    },
    {   sTitle:'Dining Room',
        bIsWebPath:true,
        sUrl:'dining_room_decorating.html'
    },
    {   sTitle:'Kitchen',
        bIsWebPath:true,
        sUrl:'kitchen_decorating.html'
    },
    {   sTitle:'Hall Stairs and Landing',
        bIsWebPath:true,
        sUrl:'hall_stairs_landing_decorating.html'
    },
    {   sTitle:'Bedroom',
        bIsWebPath:true,
        sUrl:'bedroom_decorating.html',"childArray" : [
        {   sTitle:'MLDixon',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'bedroom_decorating.html#MLDixon'
        }]
    },
    {   sTitle:'Exterior Home Decorating',
        bIsWebPath:true,
        sUrl:'exterior_home_decorating.html',"childArray" : [
        {   sTitle:'MLDixon',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'exterior_home_decorating.html#MLDixon'
        }]
    }]
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faq.html',"childArray" : [
    {   sTitle:'MLDixon',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'faq.html#MLDixon'
    }]
},
{   sTitle:'Ten Golden Rules',
    bIsWebPath:true,
    sUrl:'ten_golden_rules.html',"childArray" : [
    {   sTitle:'MLDixon',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'ten_golden_rules.html#MLDixon'
    }]
},
{   sTitle:'     Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Links  &  Site  Map',
    bIsWebPath:true,
    sUrl:'page11.html',"childArray" : [
    {   sTitle:'MLDixon',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page11.html#MLDixon'
    }]
}]
});
