var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Franking Systems',
        bIsWebPath:true,
        sUrl:'frama_franking_systems.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'EcoMail Franking Machine',
            bIsWebPath:true,
            sUrl:'frama_ecomail.html',
            sTarget:'_self'
        },
        {   sTitle:'Matrix F2',
            bIsWebPath:true,
            sUrl:'frama_matrix_f2.html',
            sTarget:'_self'
        },
        {   sTitle:'Matrix F4',
            bIsWebPath:true,
            sUrl:'frama_matrix_f4.html',
            sTarget:'_self'
        },
        {   sTitle:'Matrix F6',
            bIsWebPath:true,
            sUrl:'frama_matrix_f6.html',
            sTarget:'_self'
        },
        {   sTitle:'Matrix CF6',
            bIsWebPath:true,
            sUrl:'frama_matrix_cf6.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Letter Opener',
        bIsWebPath:true,
        sUrl:'frama_letter_opener.html',
        sTarget:'_self'
    },
    {   sTitle:'Paper Folder',
        bIsWebPath:true,
        sUrl:'frama_paper_folder.html',
        sTarget:'_self'
    },
    {   sTitle:'Photocopiers',
        bIsWebPath:true,
        sUrl:'toshiba_colour_photocopiers.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_our_company.html'
},
{   sTitle:'Postal Discounts',
    bIsWebPath:true,
    sUrl:'postal_discount.html'
},
{   sTitle:'Service',
    bIsWebPath:true,
    sUrl:'service.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'business_links.html',
    sTarget:'_self'
}]
});
