var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'British Isles',
    bIsWebPath:true,
    sUrl:'british isles.html'
},
{   sTitle:'Travel Adventures',
    bIsWebPath:true,
    sUrl:'travel adventures.html',"childArray" : [
    {   sTitle:'India',
        bIsWebPath:true,
        sUrl:'india.html'
    },
    {   sTitle:'Istanbul',
        bIsWebPath:true,
        sUrl:'istanbul.html'
    },
    {   sTitle:'Kyrenia',
        bIsWebPath:true,
        sUrl:'kyrenia.html'
    },
    {   sTitle:'Luxor',
        bIsWebPath:true,
        sUrl:'luxor.html'
    },
    {   sTitle:'Madeira',
        bIsWebPath:true,
        sUrl:'madeira.html'
    },
    {   sTitle:'Malaysia',
        bIsWebPath:true,
        sUrl:'malaysia.html'
    },
    {   sTitle:'Mallorca',
        bIsWebPath:true,
        sUrl:'mallorca.html'
    },
    {   sTitle:'Malta',
        bIsWebPath:true,
        sUrl:'malta.html'
    },
    {   sTitle:'Paris',
        bIsWebPath:true,
        sUrl:'paris.html'
    },
    {   sTitle:'Tunisia',
        bIsWebPath:true,
        sUrl:'tunisia.html'
    },
    {   sTitle:'UAE',
        bIsWebPath:true,
        sUrl:'UAE.html'
    },
    {   sTitle:'Vietnam',
        bIsWebPath:true,
        sUrl:'vietnam.html'
    },
    {   sTitle:'Rome',
        bIsWebPath:true,
        sUrl:'rome.html'
    }]
}]
});
