var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Advertising',
    bIsWebPath:true,
    sUrl:'page31a.html',"childArray" : [
    {   sTitle:'Our Site',
        bIsWebPath:true,
        sUrl:'page37.html'
    },
    {   sTitle:'Additional Features',
        bIsWebPath:true,
        sUrl:'page33a.html'
    },
    {   sTitle:'Newspaper Advertising',
        bIsWebPath:true,
        sUrl:'page32a.html'
    }]
},
{   sTitle:'Property Sales',
    bIsWebPath:true,
    sUrl:'sale.html',"childArray" : [
    {   sTitle:'Property For Sale Page 1',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Property For Sale Page 2',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Property For Sale Page 3',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Property For Sale Page 4',
        bIsWebPath:true,
        sUrl:'page41.html'
    },
    {   sTitle:'Property For Sale Page 5',
        bIsWebPath:true,
        sUrl:'page38.html'
    },
    {   sTitle:'Seeking Property',
        bIsWebPath:true,
        sUrl:'page36.html'
    }]
},
{   sTitle:'Property Rental',
    bIsWebPath:true,
    sUrl:'rent.html',"childArray" : [
    {   sTitle:'Available For Rent',
        bIsWebPath:true,
        sUrl:'page40.html'
    }]
},
{   sTitle:'Property Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Architectural',
        bIsWebPath:true,
        sUrl:'page25.html',"childArray" : [
        {   sTitle:'Elms Farm',
            bIsWebPath:true,
            sUrl:'page30.html'
        },
        {   sTitle:'Moat Farm',
            bIsWebPath:true,
            sUrl:'page31.html'
        },
        {   sTitle:'Coopers Lea',
            bIsWebPath:true,
            sUrl:'page32.html'
        },
        {   sTitle:'Tithe Barn',
            bIsWebPath:true,
            sUrl:'page33.html'
        }]
    },
    {   sTitle:'Building',
        bIsWebPath:true,
        sUrl:'page26.html'
    },
    {   sTitle:'Interiors',
        bIsWebPath:true,
        sUrl:'page27.html'
    },
    {   sTitle:'Landscape',
        bIsWebPath:true,
        sUrl:'page28.html'
    },
    {   sTitle:'General',
        bIsWebPath:true,
        sUrl:'page29.html'
    },
    {   sTitle:'Services Chart',
        bIsWebPath:true,
        sUrl:'page35.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
