var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Services',
	bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
	bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Links',
	bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
