var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Welcome to Strathspey Holiday Cottage',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'About the cottage',
    sTitle:'About the Cottage',
    bIsWebPath:true,
    sUrl:'self_catering_cottage.html',"childArray" : [
    {   sDescription:'About the cottage and photos',
        sTitle:'Facilities',
        bIsWebPath:true,
        sUrl:'self catering facilities.html'
    },
    {   sDescription:'accommodation details',
        sTitle:'Accommodation',
        bIsWebPath:true,
        sUrl:'accommodation.html'
    }]
},
{   sDescription:'Diagram of cottage layout',
    sTitle:'Floor Plan',
    bIsWebPath:true,
    sUrl:'floor_plan.html'
},
{   sDescription:'Photographs of the cottage',
    sTitle:'Cottage Photos',
    bIsWebPath:true,
    sUrl:'self-catering_scotland.html'
},
{   sDescription:'About the location',
    sTitle:'Location',
    bIsWebPath:true,
    sUrl:'strathspey_cottage_location.html'
},
{   sDescription:'Photos of the local area',
    sTitle:'Location Photos',
    bIsWebPath:true,
    sUrl:'locationphots.html'
},
{   sTitle:'Visitor Attractions',
    bIsWebPath:true,
    sUrl:'visitor_attractions_dunoon.html',"childArray" : [
    {   sDescription:'golfing, cycling, fishing, walking',
        sTitle:'Activities',
        bIsWebPath:true,
        sUrl:'activities.html'
    },
    {   sDescription:'Retaurants, bars and cafes',
        sTitle:'Eating out',
        bIsWebPath:true,
        sUrl:'eating_out.html'
    },
    {   sDescription:'places to visit',
        sTitle:'Touring',
        bIsWebPath:true,
        sUrl:'self-catering_touring.html'
    },
    {   sDescription:'golf courses',
        sTitle:'Golfing ',
        bIsWebPath:true,
        sUrl:'scottish_golfing.html'
    },
    {   sDescription:'Arts, crafts music',
        sTitle:'Arts and crafts',
        bIsWebPath:true,
        sUrl:'self_catering_arts.html'
    },
    {   sDescription:'External links to useful sites',
        sTitle:'Tourist information',
        bIsWebPath:true,
        sUrl:'tourist information.html'
    }]
},
{   sDescription:'Availability calendar',
    sTitle:'Availability',
    bIsWebPath:true,
    sUrl:'strathspey_availability.html'
},
{   sDescription:'Rates and prices',
    sTitle:'Tariff',
    bIsWebPath:true,
    sUrl:'strathspey_tariff.html'
},
{   sDescription:'online form',
    sTitle:'Booking form',
    bIsWebPath:true,
    sUrl:'bookingform.html'
},
{   sDescription:'Terms and Conditions',
    sTitle:'Terms and Conditions',
    bIsWebPath:true,
    sUrl:'terms and conditions.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Guests comments',
    bIsWebPath:true,
    sUrl:'comments.html'
}]
});
