var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Altimeters',
        bIsWebPath:true,
        sUrl:'altimeters.html',"childArray" : [
        {   sTitle:'SL100',
            bIsWebPath:true,
            sUrl:'sl100.html'
        },
        {   sTitle:'Pnut',
            bIsWebPath:true,
            sUrl:'pnut.html'
        },
        {   sTitle:'APRA',
            bIsWebPath:true,
            sUrl:'apra.html'
        },
        {   sTitle:'A15K',
            bIsWebPath:true,
            sUrl:'a15k.html'
        },
        {   sTitle:'HiAlt45K',
            bIsWebPath:true,
            sUrl:'hialt.html'
        },
        {   sTitle:'MAWD',
            bIsWebPath:true,
            sUrl:'MAWD.html'
        }]
    },
    {   sTitle:'Timers',
        bIsWebPath:true,
        sUrl:'timers.html',"childArray" : [
        {   sTitle:'UT2A',
            bIsWebPath:true,
            sUrl:'ut2a.html'
        },
        {   sTitle:'MT3T',
            bIsWebPath:true,
            sUrl:'mt3t.html'
        },
        {   sTitle:'MT3G',
            bIsWebPath:true,
            sUrl:'mt3g.html'
        }]
    },
    {   sTitle:'Accessories',
        bIsWebPath:true,
        sUrl:'misc.html',"childArray" : [
        {   sTitle:'DT3U',
            bIsWebPath:true,
            sUrl:'dt3u.html'
        },
        {   sTitle:'MH44',
            bIsWebPath:true,
            sUrl:'mh44.html'
        },
        {   sTitle:'SHNT',
            bIsWebPath:true,
            sUrl:'shnt.html'
        },
        {   sTitle:'CABPG',
            bIsWebPath:true,
            sUrl:'cabpg.html'
        },
        {   sTitle:'CABSW',
            bIsWebPath:true,
            sUrl:'cabsw.html'
        },
        {   sTitle:'BH24',
            bIsWebPath:true,
            sUrl:'bh24.html'
        },
        {   sTitle:'BK24',
            bIsWebPath:true,
            sUrl:'bk24.html'
        },
        {   sTitle:'SO9V',
            bIsWebPath:true,
            sUrl:'so9v.html'
        },
        {   sTitle:'A12V',
            bIsWebPath:true,
            sUrl:'a12v.html'
        },
        {   sTitle:'NM9V',
            bIsWebPath:true,
            sUrl:'nm9v.html'
        },
        {   sTitle:'GS21',
            bIsWebPath:true,
            sUrl:'gs21.html'
        },
        {   sTitle:'SAS5',
            bIsWebPath:true,
            sUrl:'sas5.html'
        },
        {   sTitle:'ECK6',
            bIsWebPath:true,
            sUrl:'ECK6.html'
        },
        {   sTitle:'DT2U',
            bIsWebPath:true,
            sUrl:'dt2u.html'
        }]
    },
    {   sTitle:'Legacy',
        bIsWebPath:true,
        sUrl:'legacy.html'
    }]
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html',"childArray" : [
    {   sTitle:'FAQs',
        bIsWebPath:true,
        sUrl:'faqs.html'
    },
    {   sTitle:'Downloads',
        bIsWebPath:true,
        sUrl:'Download.html'
    },
    {   sTitle:'Warranty',
        bIsWebPath:true,
        sUrl:'warranty.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
}]
});
