var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'Page 2.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Page 3.html'
},
{   sTitle:'Quarry',
    bIsWebPath:true,
    sUrl:'Page 4.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Page 5.html'
}]
});
