var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Ourstory',
    bIsWebPath:true,
    sUrl:'ourstory.html'
},
{   sTitle:'menu',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'monster system',
    bIsWebPath:true,
    sUrl:'monster syatem.html'
},
{   sTitle:'Burger of the month',
    bIsWebPath:true,
    sUrl:'burger of the month.html'
},
{   sTitle:'join us',
    bIsWebPath:true,
    sUrl:'join us.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'how to get here.html',
    sTarget:'_self'
}]
});
