var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    sUrl:''
},
{   sTitle:'Service Request',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Service Request Form',
    bIsWebPath:true,
    sUrl:'page2.html'
}]
});
