var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'General Information',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'about.html',
        sTarget:'_self'
    },
    {   sTitle:'Area Covered',
        bIsWebPath:true,
        sUrl:'map.html'
    },
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html'
    },
    {   sTitle:'Our vehicles',
        bIsWebPath:true,
        sUrl:'page15.html',
        sTarget:'_self'
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'Contact.html'
    }]
},
{   sTitle:'Bookings and Quotes',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Instant Quote',
        sUrl:'http://www.midangliaprivatehire.co.uk/instantquote.php',
        sTarget:'_blank'
    },
    {   sTitle:'Request Quote',
        bIsWebPath:true,
        sUrl:'Quote.html',
        sTarget:'_blank'
    },
    {   sTitle:'Book Transfer',
        bIsWebPath:true,
        sUrl:'Airport-Booking.html',
        sTarget:'_blank'
    },
    {   sTitle:'Luggage Allowance',
        bIsWebPath:true,
        sUrl:'luggage.html',
        sTarget:'_self'
    },
    {   sTitle:'TermsAndConditions',
        bIsWebPath:true,
        sUrl:'termsandconditions.html'
    }]
},
{   sTitle:'Unlicensed Taxis',
    bIsWebPath:true,
    sUrl:'unlicensedtaxis.html',
    sTarget:'_blank'
},
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'map.html',
    sTarget:'_blank'
}]
});
