var customnavtree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Providers',
    bIsWebPath:true,
    sUrl:'page10.html',"childArray" : [
    {   sTitle:'Pharmacy Locator',
        sUrl:'http://www.pdmi.com/ccai/pharmacy_locator',
        sTarget:'ifrm_1'
    },
    {   sTitle:'Directory',
        bIsWebPath:true,
        sUrl:'provdir.html'
    },
    {   sTitle:'Authorizations',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Billing',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'Forms',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
},
{   sTitle:'Members',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Program Handbook',
        sUrl:'http://waynecounty.com/mygovt/hhs/patientcare/docs/2009%20HC%20Member%20Handbook%20and%20Subscriber%20Certificate.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'Rights',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'Benefits',
        bIsWebPath:true,
        sUrl:'page7.html'
    },
    {   sTitle:'Provider Directory',
        bIsWebPath:true,
        sUrl:'membprov.html'
    },
    {   sTitle:'Appeals',
        bIsWebPath:true,
        sUrl:'page9.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'page16.html'
},
{   sTitle:'Jobs',
    bIsWebPath:true,
    sUrl:'page17.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'page18.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'cont.html'
},
{   sTitle:'Login',
    bIsWebPath:true,
    sUrl:'page2.html'
}]
});