var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Availability & Pricing',
    'bIsWebPath':true,
    'sUrl':'avail.html',"childArray" : [
    {   'sTitle':'2012',
        'bIsWebPath':true,
        'sUrl':'avail2012.html'
    }]
},
{   'sTitle':'Photos',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'sTitle':'House & Garden',
    'bIsWebPath':true,
    'sUrl':'perrycroft_house.html',"childArray" : [
    {   'sTitle':'Rooms',
        'bIsWebPath':true,
        'sUrl':'perrycroft_rooms.html',"childArray" : [
        {   'sTitle':'Entrance Hall',
            'bIsWebPath':true,
            'sUrl':'perrycroft_hall.html'
        },
        {   'sTitle':'Living Room',
            'bIsWebPath':true,
            'sUrl':'perrycroft_lounge.html'
        },
        {   'sTitle':'Kitchen',
            'bIsWebPath':true,
            'sUrl':'perrycoft_kitchen.html'
        },
        {   'sTitle':'Dining Area',
            'bIsWebPath':true,
            'sUrl':'perrycroft_dining.html'
        },
        {   'sTitle':'Twin Bedroom',
            'bIsWebPath':true,
            'sUrl':'perrycroft_bed1.html'
        },
        {   'sTitle':'Double Bedroom',
            'bIsWebPath':true,
            'sUrl':'perrycroft_bed2.html'
        },
        {   'sTitle':'Bathroom',
            'bIsWebPath':true,
            'sUrl':'perrycroft_bathroom.html'
        },
        {   'sTitle':'Conservatory',
            'bIsWebPath':true,
            'sUrl':'perrycroft_conservatory.html'
        }]
    },
    {   'sTitle':'Garden',
        'bIsWebPath':true,
        'sUrl':'perrycroft_garden.html'
    },
    {   'sTitle':'Features',
        'bIsWebPath':true,
        'sUrl':'perrycroft_features.html'
    }]
},
{   'sTitle':'Location',
    'bIsWebPath':true,
    'sUrl':'perrycroft_location.html',"childArray" : [
    {   'sTitle':'Maps',
        'bIsWebPath':true,
        'sUrl':'perrycroft_maps.html'
    },
    {   'sTitle':'Directions',
        'bIsWebPath':true,
        'sUrl':'perrycroft_directions.html'
    }]
},
{   'sTitle':'Around & About',
    'bIsWebPath':true,
    'sUrl':'perrycroft_area.html',"childArray" : [
    {   'sTitle':'Minehead',
        'bIsWebPath':true,
        'sUrl':'minehead.html'
    },
    {   'sTitle':'Somerset',
        'bIsWebPath':true,
        'sUrl':'somerset.html'
    },
    {   'sTitle':'Devon',
        'bIsWebPath':true,
        'sUrl':'devon.html'
    },
    {   'sTitle':'Exmoor',
        'bIsWebPath':true,
        'sUrl':'exmoor.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'perrycroft_contact.html',"childArray" : [
    {   'sTitle':'Payment & Terms',
        'bIsWebPath':true,
        'sUrl':'payment.html'
    },
    {   'sTitle':'Booking Form',
        'bIsWebPath':true,
        'sUrl':'bookform.html'
    },
    {   'sTitle':'Pet Policy',
        'bIsWebPath':true,
        'sUrl':'page28.html'
    }]
}]
});
