var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   bSeparatorAfter:true,
    sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'wpscripts/down.html',"childArray" : [
    {   sTitle:'Military',
        bIsWebPath:true,
        sUrl:'military.html',
        sTarget:'_self'
    },
    {   sTitle:'Domestic',
        bIsWebPath:true,
        sUrl:'domestic.html',
        sTarget:'_self'
    },
    {   sTitle:'Industrial',
        bIsWebPath:true,
        sUrl:'industrial.html',
        sTarget:'_self'
    },
    {   sTitle:'Automotive',
        bIsWebPath:true,
        sUrl:'automotive.html',
        sTarget:'_self'
    },
    {   sTitle:'Test Procedures',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'Test Procedures',
    bIsWebPath:true,
    sUrl:'testprocedures.html',"childArray" : [
    {   sTitle:'MIL 461C',
        bIsWebPath:true,
        sUrl:'mil461ctp.html',
        sTarget:'_self'
    },
    {   sTitle:'MIL 461D',
        bIsWebPath:true,
        sUrl:'mil461dtp.html',
        sTarget:'_self'
    },
    {   sTitle:'MIL 461E',
        bIsWebPath:true,
        sUrl:'ml461etp.html',
        sTarget:'_self'
    },
    {   sTitle:'MIL 461F',
        bIsWebPath:true,
        sUrl:'mil461ftp.html',
        sTarget:'_self'
    },
    {   sTitle:'Internal Check Procedures',
        bIsWebPath:true,
        sUrl:'icp.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page8.html',"childArray" : [
    {   sTitle:'Military',
        bIsWebPath:true,
        sUrl:'military links.html'
    },
    {   sTitle:'Domestic',
        bIsWebPath:true,
        sUrl:'domesticlink.html',
        sTarget:'_self'
    },
    {   sTitle:'Industrial',
        bIsWebPath:true,
        sUrl:'industriallink.html',
        sTarget:'_self'
    },
    {   sTitle:'Automotive',
        bIsWebPath:true,
        sUrl:'automotivelink.html'
    }]
}]
});
