var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'GMS Search',
    bIsWebPath:true,
    sUrl:'search.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Cal Management',
        bIsWebPath:true,
        sUrl:'caliso.html'
    },
    {   sTitle:'Dryblock',
        bIsWebPath:true,
        sUrl:'dryblock.html'
    },
    {   sTitle:'EMF',
        bIsWebPath:true,
        sUrl:'emf.html'
    },
    {   sTitle:'Geophysical Instruments',
        bIsWebPath:true,
        sUrl:'geophysical.html'
    },
    {   sTitle:'GMS Induction lighting',
        bIsWebPath:true,
        sUrl:'lighting.html'
    },
    {   sTitle:'Kanomax',
        bIsWebPath:true,
        sUrl:'kanomax.html'
    },
    {   sTitle:'Logger',
        bIsWebPath:true,
        sUrl:'logger.html'
    },
    {   sTitle:'Owl',
        bIsWebPath:true,
        sUrl:'Owl.html'
    },
    {   sTitle:'Soldering Solutions',
        bIsWebPath:true,
        sUrl:'soldering.html',"childArray" : [
        {   sTitle:'Soldering Irons',
            bIsWebPath:true,
            sUrl:'soldering_irons.html'
        },
        {   sTitle:'Solder Stations',
            bIsWebPath:true,
            sUrl:'solder_stations.html'
        },
        {   sTitle:'Rework Stations',
            bIsWebPath:true,
            sUrl:'rework_stations.html'
        }]
    },
    {   sTitle:'Thermal Imaging',
        bIsWebPath:true,
        sUrl:'ir.html'
    },
    {   sTitle:'Vibration Control',
        bIsWebPath:true,
        sUrl:'vibcobtrol.html'
    },
    {   sTitle:'Vibration Shaker',
        bIsWebPath:true,
        sUrl:'dongling.html'
    },
    {   sTitle:'SwannieBraai',
        bIsWebPath:true,
        sUrl:'swanniebraai.html'
    }]
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'Download',
    bIsWebPath:true,
    sUrl:'dload.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'cu.html',"childArray" : [
    {   sTitle:'Distributors',
        bIsWebPath:true,
        sUrl:'distributors.html'
    }]
}]
});
