var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Web Design & Hosting',
    'bIsWebPath':true,
    'sUrl':'webdesignandhosting.html'
},
{   'sTitle':'Bookings & Availability Calendars',
    'bIsWebPath':true,
    'sUrl':'bookingsandavail.html'
},
{   'sTitle':'Design Print & Distribution',
    'bIsWebPath':true,
    'sUrl':'designandprint.html'
},
{   'sTitle':'On Screen ',
    'bIsWebPath':true,
    'sUrl':'onscreen.html',"childArray" : [
    {   'sTitle':'Screen2',
        'bIsWebPath':true,
        'sUrl':'screen2.html'
    }]
},
{   'sTitle':'E_Zines & Catalogues',
    'bIsWebPath':true,
    'sUrl':'album.html'
},
{   'sTitle':'Using Screensavers',
    'bIsWebPath':true,
    'sUrl':'ssaver.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Payments',
        'bIsWebPath':true,
        'sUrl':'payments.html'
    },
    {   'sTitle':'Customers',
        'bIsWebPath':true,
        'sUrl':'customers.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
