var global_navtree = WpNavBar.readTree({
"childArray" : [{   bSeparatorAfter:true,
    sTitle:'info',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [{   sTitle:'golf',
        bIsWebPath:true,
        sUrl:'golf_info.html'},{   sTitle:'commercial',
        bIsWebPath:true,
        sUrl:'corporate_info.html'},{   sTitle:'portraits',
        bIsWebPath:true,
        sUrl:'portrait_info.html'},{   sTitle:'weddings',
        bIsWebPath:true,
        sUrl:'wedding_info.html'}]},{   sTitle:'galleries',
    bIsWebPath:true,
    sUrl:'galleries.html',"childArray" : [{   sTitle:'golf',
        bIsWebPath:true,
        sUrl:'golf_gallery.html'},{   sTitle:'commercial',
        bIsWebPath:true,
        sUrl:'commercial_gallery.html'},{   sTitle:'portraits',
        bIsWebPath:true,
        sUrl:'portrait_gallery.html'},{   sTitle:'weddings',
        bIsWebPath:true,
        sUrl:'wedding_gallery.html'}]},{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'}]
});
