var customNavTree16 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Windows',
        bIsWebPath:true,
        sUrl:'windows.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'PVCu',
            bIsWebPath:true,
            sUrl:'pvcuwindows.html',
            sTarget:'_self'
        },
        {   sTitle:'Aluminium',
            bIsWebPath:true,
            sUrl:'aluminiumwindows.html',
            sTarget:'_self'
        },
        {   sTitle:'Timber',
            bIsWebPath:true,
            sUrl:'timberwindows.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Doors',
        bIsWebPath:true,
        sUrl:'doors.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'PVCu',
            bIsWebPath:true,
            sUrl:'pvcudoors.html',
            sTarget:'_self'
        },
        {   sTitle:'Aluminium',
            bIsWebPath:true,
            sUrl:'aluminiumdoors.html',
            sTarget:'_self'
        },
        {   sTitle:'Composite',
            bIsWebPath:true,
            sUrl:'compositedoors.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Conservatories',
        bIsWebPath:true,
        sUrl:'conservatories.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Lean To',
            bIsWebPath:true,
            sUrl:'leanto.html',
            sTarget:'_self'
        },
        {   sTitle:'Victorian',
            bIsWebPath:true,
            sUrl:'victorian.html',
            sTarget:'_self'
        },
        {   sTitle:'Edwardian',
            bIsWebPath:true,
            sUrl:'edwardian.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Patio Doors',
        bIsWebPath:true,
        sUrl:'patiodoors.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'French Doors',
            bIsWebPath:true,
            sUrl:'frenchdoors.html',
            sTarget:'_self'
        },
        {   sTitle:'Patio Doors',
            bIsWebPath:true,
            sUrl:'patios.html',
            sTarget:'_self'
        },
        {   sTitle:'Bi-Fold',
            bIsWebPath:true,
            sUrl:'bifolddoors.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Accessories',
        bIsWebPath:true,
        sUrl:'accessories.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Rainwater Goods',
            bIsWebPath:true,
            sUrl:'rainwatergoods.html',
            sTarget:'_self'
        },
        {   sTitle:'Silicons & Tools',
            bIsWebPath:true,
            sUrl:'silconstools.html',
            sTarget:'_self'
        },
        {   sTitle:'Fascias & Soffits',
            bIsWebPath:true,
            sUrl:'fasciassoffits.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Special Offers',
        bIsWebPath:true,
        sUrl:'specialoffers.html',
        sTarget:'_self'
    },
    {   sTitle:'Service',
        bIsWebPath:true,
        sUrl:'service.html',
        sTarget:'_self'
    },
    {   sTitle:'Solar',
        bIsWebPath:true,
        sUrl:'hotwater.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location.html',
        sTarget:'_self'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Brochures',
        bIsWebPath:true,
        sUrl:'brochures.html',
        sTarget:'_self'
    },
    {   sTitle:'Guides',
        bIsWebPath:true,
        sUrl:'guides.html',
        sTarget:'_self'
    }]
}]
});
