var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',
    sTarget:'_self'
},
{   sTitle:'Online Shopping',
    bIsWebPath:true,
    sUrl:'online_shopping.html',
    sTarget:'_self'
},
{   sTitle:'Products & Services',
    bIsWebPath:true,
    sUrl:'products_services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Cell Ranger',
        bIsWebPath:true,
        sUrl:'cell_ranger.html',
        sTarget:'_self'
    },
    {   sTitle:'Computer Sales',
        bIsWebPath:true,
        sUrl:'computer_sales.html',
        sTarget:'_self'
    },
    {   sTitle:'Ink Machine',
        bIsWebPath:true,
        sUrl:'ink_machine.html',
        sTarget:'_self'
    },
    {   sTitle:'Nobilis Systems',
        bIsWebPath:true,
        sUrl:'nobilis_systems.html',
        sTarget:'_self'
    },
    {   sTitle:'Online Back-Up',
        bIsWebPath:true,
        sUrl:'online_backup.html',
        sTarget:'_self'
    },
    {   sTitle:'Online Support',
        bIsWebPath:true,
        sUrl:'online_support.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Bomgar Technology',
            bIsWebPath:true,
            sUrl:'bomgar_technology.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Printing & Design',
        bIsWebPath:true,
        sUrl:'printing.html',
        sTarget:'_self'
    },
    {   sTitle:'Repair & Service',
        bIsWebPath:true,
        sUrl:'repair_service.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Service Request Form',
            bIsWebPath:true,
            sUrl:'service_request_form.html',
            sTarget:'_self'
        },
        {   sTitle:'Residential Soultions',
            bIsWebPath:true,
            sUrl:'residential_solutions.html',
            sTarget:'_self'
        },
        {   sTitle:'Business Solutions',
            bIsWebPath:true,
            sUrl:'business_solutions.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Web Design',
        bIsWebPath:true,
        sUrl:'web_design.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Berthold - LIVE!',
    bIsWebPath:true,
    sUrl:'berthold_live.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
