var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'VRR',
        bIsWebPath:true,
        sUrl:'vrr.html',
        sTarget:'_self'
    },
    {   sTitle:'EZ Console',
        bIsWebPath:true,
        sUrl:'ez.html',
        sTarget:'_self'
    },
    {   sTitle:'m2e',
        bIsWebPath:true,
        sUrl:'m2e.html',
        sTarget:'_self'
    },
    {   sTitle:'Point of Sale',
        bIsWebPath:true,
        sUrl:'pos.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Legacy Products',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'MPC Console',
        bIsWebPath:true,
        sUrl:'mpc.html',
        sTarget:'_self'
    },
    {   sTitle:'Building Controls',
        bIsWebPath:true,
        sUrl:'bcs.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Sales',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Dealers & Distributors',
        bIsWebPath:true,
        sUrl:'dealers.html',
        sTarget:'_self'
    },
    {   sTitle:'Place Order',
        bIsWebPath:true,
        sUrl:'orderentry.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
