var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Page 3.html',"childArray" : [
    {   sTitle:'Large Gallery',
        bIsWebPath:true,
        sUrl:'largegallery.html'
    },
    {   sTitle:'Panoramas',
        bIsWebPath:true,
        sUrl:'panoramas.html',"childArray" : [
        {   sTitle:'Panorama 1',
            bIsWebPath:true,
            sUrl:'page13.html'
        },
        {   sTitle:'Panorama 2',
            bIsWebPath:true,
            sUrl:'page14.html'
        },
        {   sTitle:'Panorama 3',
            bIsWebPath:true,
            sUrl:'page15.html'
        },
        {   sTitle:'Panorama 4',
            bIsWebPath:true,
            sUrl:'page16.html'
        },
        {   sTitle:'Panorama 5',
            bIsWebPath:true,
            sUrl:'page17.html'
        },
        {   sTitle:'Panorama 6',
            bIsWebPath:true,
            sUrl:'page18.html'
        },
        {   sTitle:'Panorama 7',
            bIsWebPath:true,
            sUrl:'page19.html'
        },
        {   sTitle:'Panorama 8',
            bIsWebPath:true,
            sUrl:'page20.html'
        },
        {   sTitle:'Panorama 9',
            bIsWebPath:true,
            sUrl:'page21.html'
        },
        {   sTitle:'Panorama 10',
            bIsWebPath:true,
            sUrl:'page22.html'
        },
        {   sTitle:'Panorama 11',
            bIsWebPath:true,
            sUrl:'page23.html'
        },
        {   sTitle:'Panorama 12',
            bIsWebPath:true,
            sUrl:'page24.html'
        },
        {   sTitle:'Panorama 13',
            bIsWebPath:true,
            sUrl:'page25.html'
        },
        {   sTitle:'Panorama 14',
            bIsWebPath:true,
            sUrl:'page26.html'
        },
        {   sTitle:'Panorama 15',
            bIsWebPath:true,
            sUrl:'page27.html'
        },
        {   sTitle:'Panorama 16',
            bIsWebPath:true,
            sUrl:'page28.html'
        },
        {   sTitle:'Panorama 17',
            bIsWebPath:true,
            sUrl:'page29.html'
        },
        {   sTitle:'Panorama 18',
            bIsWebPath:true,
            sUrl:'page30.html'
        },
        {   sTitle:'Panorama 19',
            bIsWebPath:true,
            sUrl:'page31.html'
        },
        {   sTitle:'Panorama 20',
            bIsWebPath:true,
            sUrl:'page32.html'
        },
        {   sTitle:'Panorama 21',
            bIsWebPath:true,
            sUrl:'page33.html'
        },
        {   sTitle:'Panorama 22',
            bIsWebPath:true,
            sUrl:'page34.html'
        },
        {   sTitle:'Panorama 23',
            bIsWebPath:true,
            sUrl:'page35.html'
        },
        {   sTitle:'Panorama 24',
            bIsWebPath:true,
            sUrl:'page36.html'
        },
        {   sTitle:'Panorama 25',
            bIsWebPath:true,
            sUrl:'page37.html'
        },
        {   sTitle:'Panorama 26',
            bIsWebPath:true,
            sUrl:'page38.html'
        },
        {   sTitle:'Panorama 27',
            bIsWebPath:true,
            sUrl:'page39.html'
        },
        {   sTitle:'Panorama 28',
            bIsWebPath:true,
            sUrl:'page40.html'
        },
        {   sTitle:'Panorama 29',
            bIsWebPath:true,
            sUrl:'page41.html'
        },
        {   sTitle:'Panorama 30',
            bIsWebPath:true,
            sUrl:'page42.html'
        },
        {   sTitle:'Panorama 31',
            bIsWebPath:true,
            sUrl:'page43.html'
        },
        {   sTitle:'Panorama 32',
            bIsWebPath:true,
            sUrl:'page44.html'
        }]
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Page 5.html'
}]
});
