var customNavTree14 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',
    sTarget:'_self'
},
{   sTitle:'Finance Options',
    bIsWebPath:true,
    sUrl:'finance_options.html',
    sTarget:'_self'
},
{   sTitle:'Installation Gallary',
    bIsWebPath:true,
    sUrl:'planning_and_design.html',
    sTarget:'_self'
},
{   sTitle:'Request a Quote',
    bIsWebPath:true,
    sUrl:'enquiry_form.html',
    sTarget:'_self'
},
{   sTitle:'Online Brochures',
    bIsWebPath:true,
    sUrl:'online_brochures.html',
    sTarget:'_self'
},
{   sTitle:'Enquiry Form',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'call_to_book_appointment.html',
    sTarget:'_self'
}]
});
