var customnavtree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Business Solutions',
    bIsWebPath:true,
    sUrl:'business.html',"childArray" : [
    {   sTitle:'Partner Solutions',
        bIsWebPath:true,
        sUrl:'partner.html'
    },
    {   sTitle:'Signup',
        bIsWebPath:true,
        sUrl:'subscribebusiness.html',"childArray" : [
        {   sTitle:'SignupPM',
            sUrl:''
        },
        {   sTitle:'Billing Information',
            bIsWebPath:true,
            sUrl:'billinginfo.html'
        }]
    }]
},
{   sTitle:'Home Solutions',
    sUrl:'',"childArray" : [
    {   sTitle:'Home Information',
        bIsWebPath:true,
        sUrl:'homeinfo.html'
    }]
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'company.html'
},
{   sTitle:'E-Support',
    bIsWebPath:true,
    sUrl:'support.html',"childArray" : [
    {   sTitle:'Contact US',
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Secure Web',
        bIsWebPath:true,
        sUrl:'secure.html'
    },
    {   sTitle:'IP Info',
        bIsWebPath:true,
        sUrl:'ipinfo.html'
    }]
}]
});