var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home |',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'FAQ',
        'bIsWebPath':true,
        'sUrl':'faq.html'
    }]
},
{   'sTitle':'School Photography |',
    'bIsWebPath':true,
    'sUrl':'school.html',"childArray" : [
    {   'sTitle':'Individual / Family Portrait Packs',
        'bIsWebPath':true,
        'sUrl':'individual.html',"childArray" : [
        {   'sTitle':'Mega Pack',
            'bIsWebPath':true,
            'sUrl':'megapack.html'
        },
        {   'sTitle':'Dual Pics',
            'bIsWebPath':true,
            'sUrl':'dualpics.html'
        },
        {   'sTitle':'Cool Pics',
            'bIsWebPath':true,
            'sUrl':'coolpics.html'
        }]
    },
    {   'sTitle':'Class & Team Photography',
        'bIsWebPath':true,
        'sUrl':'class.html'
    },
    {   'sTitle':'Year & School Groups',
        'bIsWebPath':true,
        'sUrl':'groups.html'
    },
    {   'sTitle':'Batch Import Images',
        'bIsWebPath':true,
        'sUrl':'bachimport.html',"childArray" : [
        {   'sTitle':'Export Data',
            'bIsWebPath':true,
            'sUrl':'exporttosims.html'
        },
        {   'sTitle':'Import Student in Sims.net',
            'bIsWebPath':true,
            'sUrl':'imortsims.html'
        }]
    },
    {   'sTitle':'Early Years',
        'bIsWebPath':true,
        'sUrl':'early.html'
    },
    {   'sTitle':'Proms Events',
        'bIsWebPath':true,
        'sUrl':'proms.html'
    },
    {   'sTitle':'Additional Prints',
        'bIsWebPath':true,
        'sUrl':'reprints.html'
    },
    {   'sTitle':'Photogifts',
        'bIsWebPath':true,
        'sUrl':'photogifts.html'
    }]
},
{   'sTitle':'Design Services |',
    'bIsWebPath':true,
    'sUrl':'design.html'
},
{   'sTitle':'ID Services |',
    'bIsWebPath':true,
    'sUrl':'idservices.html'
},
{   'sTitle':'Gallery |',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
