var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Solutions',
    bIsWebPath:true,
    sUrl:'solutions.html'
},
{   sTitle:'Applications',
    bIsWebPath:true,
    sUrl:'applications.html',"childArray" : [
    {   sTitle:'Invoice Processing',
        bIsWebPath:true,
        sUrl:'Invoice.html'
    },
    {   sTitle:'Forms Processing',
        bIsWebPath:true,
        sUrl:'Forms.html'
    },
    {   sTitle:'Digital Mailroom',
        bIsWebPath:true,
        sUrl:'Mailroom.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'PSIGEN PSI:Capture',
        bIsWebPath:true,
        sUrl:'Psigen.html'
    },
    {   sTitle:'Quick Invoices',
        bIsWebPath:true,
        sUrl:'DRSDocXPa.html'
    },
    {   sTitle:'DRS DocXP',
        bIsWebPath:true,
        sUrl:'DRSDocXP.html'
    },
    {   sTitle:'Foxray xbound',
        bIsWebPath:true,
        sUrl:'foxray.html'
    },
    {   sTitle:'Kodak Capture Pro',
        bIsWebPath:true,
        sUrl:'Kodak.html'
    },
    {   sTitle:'Vizit',
        bIsWebPath:true,
        sUrl:'vizitsp.html'
    }]
},
{   sTitle:'Partners',
    bIsWebPath:true,
    sUrl:'partners.html',"childArray" : [
    {   sTitle:'Reseller Partners',
        bIsWebPath:true,
        sUrl:'partnersR.html'
    }]
},
{   sTitle:'Customers',
    bIsWebPath:true,
    sUrl:'customers.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'News 2009',
        bIsWebPath:true,
        sUrl:'news_2009.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'about_us.html'
    },
    {   sTitle:'Privacy Policy',
        bIsWebPath:true,
        sUrl:'privacy.html'
    }]
}]
});