var customnavtree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'aboutus.htm'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.htm',"childArray" : [
    {   sTitle:'Wedding Cars',
        bIsWebPath:true,
        sUrl:'weddingcars.htm'
    },
    {   sTitle:'Airports',
        bIsWebPath:true,
        sUrl:'airports.htm'
    }]
},
{   sTitle:'Discounts',
    bIsWebPath:true,
    sUrl:'discounts.htm',"childArray" : [
    {   sTitle:'Students',
        bIsWebPath:true,
        sUrl:'students.htm'
    }]
},
{   sTitle:'Drivers',
    bIsWebPath:true,
    sUrl:'drivers.htm'
},
{   sTitle:'Recruitment',
    bIsWebPath:true,
    sUrl:'recruitment.htm'
},
{   sTitle:'Online Booking',
    bIsWebPath:true,
    sUrl:'onlinebooking.htm'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.htm'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.htm'
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'feedback.htm'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.htm'
}]
});
