var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'New!',
    'bIsWebPath':true,
    'sUrl':'plp_new.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'plp_services.html'
},
{   'sTitle':'Quotations',
    'bIsWebPath':true,
    'sUrl':'plp_quotes.html',"childArray" : [
    {   'sTitle':'Self-adhesive labels',
        'bIsWebPath':true,
        'sUrl':'plp_self_adhesive_labels.html'
    },
    {   'sTitle':'Overprinting',
        'bIsWebPath':true,
        'sUrl':'plp_overprint.html'
    },
    {   'sTitle':'Change of address labels',
        'bIsWebPath':true,
        'sUrl':'plp_change_of_address_labels.html'
    },
    {   'sTitle':'Nutritional information labels',
        'bIsWebPath':true,
        'sUrl':'plp_nutritional_information_labels.html'
    }]
},
{   'sTitle':'Catalogues',
    'bIsWebPath':true,
    'sUrl':'plp_catalogues.html',"childArray" : [
    {   'sTitle':'Self-adhesive Catalogue',
        'bIsWebPath':true,
        'sUrl':'plp_self-adhesive_catalogue.html'
    },
    {   'sTitle':'Vacuum and Cook-in bags',
        'bIsWebPath':true,
        'sUrl':'plp_vacuum_and_cook-in_bags.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'plp_contact.html'
}]
});
