var customNavTree33 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Products & Services Overview',
        bIsWebPath:true,
        sUrl:'products and services.html',
        sTarget:'_self'
    },
    {   sTitle:'Digitalview',
        bIsWebPath:true,
        sUrl:'digitalview.html',
        sTarget:'_self'
    },
    {   sTitle:'Rhode & Schwarz',
        bIsWebPath:true,
        sUrl:'rhode&schwarz.html'
    },
    {   bSeparatorAfter:true,
        sTitle:'Tektronix',
        bIsWebPath:true,
        sUrl:'tektronix.html'
    },
    {   sTitle:'Fitel, Hameg, Kingfisher',
        bIsWebPath:true,
        sUrl:'fitel_hameg_kingfisher.html'
    },
    {   sTitle:'Design and Engineering',
        bIsWebPath:true,
        sUrl:'design_and_engineering.html'
    },
    {   sTitle:'Engineeering Examples',
        bIsWebPath:true,
        sUrl:'engineeringexamples.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
}]
});
