var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Expect More...',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Marketing',
        bIsWebPath:true,
        sUrl:'page4.html'
    },
    {   sTitle:'Support',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
},
{   sTitle:'Career Details',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Make Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Real Estate Test Drive',
    sUrl:'http://www.recrs.com/beta/prospect/requestaccount.aspx?rcid=weir',
    sTarget:'_self'
}]
});