var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'index.html#top',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'about.html#top',
    sTarget:'_self'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Enquiry / Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Map',
    bIsWebPath:true,
    sUrl:'map.html',
    sTarget:'_self'
}]
});
