var customNavTree27 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html',
        sTarget:'_self'
    },
    {   sTitle:'Complaints',
        bIsWebPath:true,
        sUrl:'complaints.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Taxi Accident Mgt',
    bIsWebPath:true,
    sUrl:'taxiaccmgt.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Had an Accident?',
        bIsWebPath:true,
        sUrl:'hadacc.html',
        sTarget:'_self'
    },
    {   sTitle:'Insurance Companies',
        bIsWebPath:true,
        sUrl:'insco.html',
        sTarget:'_self'
    },
    {   sTitle:'Brokers',
        bIsWebPath:true,
        sUrl:'brokers.html',
        sTarget:'_self'
    },
    {   sTitle:'Claims Companies',
        bIsWebPath:true,
        sUrl:'claimsco.html',
        sTarget:'_self'
    },
    {   sTitle:'Claim Form',
        bIsWebPath:true,
        sUrl:'claimform.html',
        sTarget:'_self'
    },
    {   sTitle:'Taxi Company',
        bIsWebPath:true,
        sUrl:'taxico.html',
        sTarget:'_self'
    },
    {   sTitle:'Taxi Driver',
        bIsWebPath:true,
        sUrl:'taxidrvr.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Private Car Accident Mgt',
    bIsWebPath:true,
    sUrl:'sdpaccmgt.html',
    sTarget:'_self'
},
{   sTitle:'Finance & Leasing',
    bIsWebPath:true,
    sUrl:'finance.html',
    sTarget:'_self'
},
{   sTitle:'Insurance',
    bIsWebPath:true,
    sUrl:'ins.html',
    sTarget:'_self'
},
{   sTitle:'Vehicle Sales',
    bIsWebPath:true,
    sUrl:'vehsales.html',
    sTarget:'_self'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
