var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'about.html'
    },
    {   sTitle:'How to Find Us',
        bIsWebPath:true,
        sUrl:'FindUs.html'
    }]
},
{   sTitle:'Motorhomes',
    bIsWebPath:true,
    sUrl:'motorhomes.html',"childArray" : [
    {   sTitle:'Compact 2 Berth',
        bIsWebPath:true,
        sUrl:'Flash02motorhome.html',"childArray" : [
        {   sTitle:'2 Berth Prices',
            bIsWebPath:true,
            sUrl:'Flash02tariffs.html'
        }]
    },
    {   sTitle:'Low Profile 4 Berth',
        bIsWebPath:true,
        sUrl:'flash14motorhome.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'4 Berth Prices',
            bIsWebPath:true,
            sUrl:'flash14tariffs.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Full-size 6 Berth',
        bIsWebPath:true,
        sUrl:'flash03motorhome.html',"childArray" : [
        {   sTitle:'6 Berth Prices',
            bIsWebPath:true,
            sUrl:'Flash03tariffs.html'
        }]
    },
    {   sTitle:'Premium 6/7 Berth',
        bIsWebPath:true,
        sUrl:'Flash09motorhome.html',"childArray" : [
        {   sTitle:'6/7 Berth Prices',
            bIsWebPath:true,
            sUrl:'Flash09tariffs.html'
        }]
    },
    {   sTitle:'How to Book',
        bIsWebPath:true,
        sUrl:'EnquiryForm.html'
    },
    {   sTitle:'2010 Prices (ALL)',
        bIsWebPath:true,
        sUrl:'tariffs.html'
    }]
},
{   sTitle:'What\'s Included',
    bIsWebPath:true,
    sUrl:'whats_included.html',"childArray" : [
    {   sTitle:'Inventory',
        bIsWebPath:true,
        sUrl:'inventory.html'
    }]
},
{   sTitle:'Holidays',
    bIsWebPath:true,
    sUrl:'where_to_go.html',"childArray" : [
    {   sTitle:'Family Holidays',
        bIsWebPath:true,
        sUrl:'families_welcome.html'
    },
    {   sTitle:'Couples',
        bIsWebPath:true,
        sUrl:'couples.html',
        sTarget:'_self'
    },
    {   sTitle:'Pets',
        bIsWebPath:true,
        sUrl:'pets.html'
    },
    {   sTitle:'Events & Festivals',
        bIsWebPath:true,
        sUrl:'friends_groups.html',"childArray" : [
        {   sTitle:'What\'s On',
            bIsWebPath:true,
            sUrl:'whats_on.html'
        },
        {   sTitle:'Early 2010 Festivals',
            bIsWebPath:true,
            sUrl:'Festival-Accomodation-1.html'
        },
        {   sTitle:'Late 2010 Festivals ',
            bIsWebPath:true,
            sUrl:'useful_links.html'
        }]
    }]
},
{   sTitle:'Business Hire',
    bIsWebPath:true,
    sUrl:'business2business.html'
},
{   sTitle:'Terms & Conditions',
    bIsWebPath:true,
    sUrl:'Terms.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactUs.html'
}]
});