var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Bloemfontein',
    bIsWebPath:true,
    sUrl:'bloemfontein.htm'
},
{   sTitle:'Boulders Beach',
    bIsWebPath:true,
    sUrl:'boulders_beach.htm'
},
{   sTitle:'Cape Town',
    bIsWebPath:true,
    sUrl:'cape_town.htm'
},
{   sTitle:'Clarens',
    bIsWebPath:true,
    sUrl:'clarens.htm'
},
{   sTitle:'Durban',
    bIsWebPath:true,
    sUrl:'durban.htm'
},
{   sTitle:'Graaff-Reinet',
    bIsWebPath:true,
    sUrl:'graaff-reinet.htm'
},
{   sTitle:'Knysna',
    bIsWebPath:true,
    sUrl:'knysna.htm'
},
{   sTitle:'Port Elizabeth',
    bIsWebPath:true,
    sUrl:'port_elizabeth.htm'
},
{   sTitle:'Pretoria',
    bIsWebPath:true,
    sUrl:'pretoria.htm'
},
{   sTitle:'Table Mountain',
    bIsWebPath:true,
    sUrl:'table_mountain.htm'
},
{   sTitle:'V&A Waterfront',
    bIsWebPath:true,
    sUrl:'v&a_waterfront.htm'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm'
}]
});
