var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Hardware',
        bIsWebPath:true,
        sUrl:'hardware.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Chassis',
            bIsWebPath:true,
            sUrl:'chassis.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Software',
        bIsWebPath:true,
        sUrl:'software.html',
        sTarget:'_self'
    },
    {   sTitle:'Consumables',
        bIsWebPath:true,
        sUrl:'consumables.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Fax 2 E-mail',
        bIsWebPath:true,
        sUrl:'fax2email.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Internet',
    bIsWebPath:true,
    sUrl:'internet.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Sitemap',
    bIsWebPath:true,
    sUrl:'sitemap.html',
    sTarget:'_self'
}]
});
