var customNavTree1 = 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 Gallery',
    bIsWebPath:true,
    sUrl:'completed_installation_gallery.html',
    sTarget:'_self'
},
{   sTitle:'Request a Quote',
    bIsWebPath:true,
    sUrl:'request_a_quote.html',
    sTarget:'_self'
},
{   sTitle:'Online Brochures',
    bIsWebPath:true,
    sUrl:'online_brochures.html',
    sTarget:'_self'
},
{   sTitle:'Enquiry Form',
    bIsWebPath:true,
    sUrl:'enquiry_form.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
}]
});
