var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Walt Disney World Resort Florida',
    bIsWebPath:true,
    sUrl:'waltdisneyworldresortflorida.html',"childArray" : [
    {   sTitle:'Disney Hotels',
        bIsWebPath:true,
        sUrl:'disneyhotels.html',"childArray" : [
        {   sTitle:'Disney\'s All Stars Resorts',
            bIsWebPath:true,
            sUrl:'disneysallstarsresorts.html'
        },
        {   sTitle:'Disney\'s Pop Century Resort',
            bIsWebPath:true,
            sUrl:'disneyspopcenturyresort.html'
        },
        {   sTitle:'Disney\'s Caribbean Beach Resort',
            bIsWebPath:true,
            sUrl:'disneyscaribbeanbeachresort.html'
        },
        {   sTitle:'Disney\'s Port Orleans Resort',
            bIsWebPath:true,
            sUrl:'disneysportorleansresort.html'
        },
        {   sTitle:'Disney\'s Coronado Springs Resort',
            bIsWebPath:true,
            sUrl:'disneyscoronadospringsresort.html'
        },
        {   sTitle:' Disney\'s Fort Wilderness Resort',
            bIsWebPath:true,
            sUrl:'disneysfortwildrenessresort.html'
        },
        {   sTitle:' Disney\'s Animal Kingdom Lodge',
            bIsWebPath:true,
            sUrl:'disneysanimalkingdomlodge.html'
        },
        {   sTitle:' Disney\'s Yacht & Beach Club',
            bIsWebPath:true,
            sUrl:'disneysyachtandbeachclub.html'
        },
        {   sTitle:' Disney\'s Boardwalk Inn',
            bIsWebPath:true,
            sUrl:'disneysboardwalkinn.html'
        },
        {   sTitle:' Disney\'s Contemporary Resort',
            bIsWebPath:true,
            sUrl:'disney\'scontemporaryresort.html'
        },
        {   sTitle:' Disney\'s Polynesian Resort',
            bIsWebPath:true,
            sUrl:'disneyspolynesianresort.html'
        },
        {   sTitle:' Disney\'s Wilderness Lodge',
            bIsWebPath:true,
            sUrl:'disneyswildernesslodge.html'
        },
        {   sTitle:' Disney\'s Grand Floridian',
            bIsWebPath:true,
            sUrl:'disneysgrandfloridian.html'
        },
        {   sTitle:' Disney\'s Old Key West Resort',
            bIsWebPath:true,
            sUrl:'disneysoldkeywestresort.html'
        },
        {   sTitle:' Disney\'s Saratoga Springs Resort & Spa',
            bIsWebPath:true,
            sUrl:'disneyssartogaspringsresortandspa.html'
        },
        {   sTitle:'Free Disney Dining Plan',
            bIsWebPath:true,
            sUrl:'freedisneydiningplan.html'
        }]
    },
    {   sTitle:'Disney Theme Parks and Tickets',
        bIsWebPath:true,
        sUrl:'disneythemeparksandtickets.html'
    },
    {   sTitle:'Resort Map',
        bIsWebPath:true,
        sUrl:'resortmap.html'
    },
    {   sTitle:'Universal Orlando',
        bIsWebPath:true,
        sUrl:'universalorlando.html'
    },
    {   sTitle:'Orlando Theme Parks and Tickets',
        bIsWebPath:true,
        sUrl:'orlandothemeparksnadtickets.html'
    },
    {   sTitle:'Orlando Hotels',
        bIsWebPath:true,
        sUrl:'orlandohotels.html'
    },
    {   sTitle:'Independent Travel',
        bIsWebPath:true,
        sUrl:'independenttravel.html'
    },
    {   sTitle:'Multi Centre Holidays',
        bIsWebPath:true,
        sUrl:'multicentreholidays.html'
    },
    {   sTitle:'Links and Travel Partners',
        bIsWebPath:true,
        sUrl:'linksandtravelpartners.html'
    },
    {   sTitle:'Best Price Guarantee',
        bIsWebPath:true,
        sUrl:'bestpriceguarantee.html'
    }]
},
{   sTitle:'Disneyland Paris',
    bIsWebPath:true,
    sUrl:'disneylaneparis.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Request a Quote',
    bIsWebPath:true,
    sUrl:'requestaquote.html'
},
{   sTitle:'Forums',
    bIsWebPath:true,
    sUrl:'forums.html'
}]
});
