var customNavTree35 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page25.html',
    sTarget:'_self'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page31.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page32.html'
}]
});
