var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Brand Summary',
        bIsWebPath:true,
        sUrl:'bsum.html'
    },
    {   sTitle:'Dongling',
        bIsWebPath:true,
        sUrl:'dongling.html'
    },
    {   sTitle:'EMF',
        bIsWebPath:true,
        sUrl:'emf.html'
    },
    {   sTitle:'Thermal Imaging',
        bIsWebPath:true,
        sUrl:'ir.html'
    },
    {   sTitle:'Kanomax',
        bIsWebPath:true,
        sUrl:'kanomax.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:'Magnum Prices',
            bIsWebPath:true,
            sUrl:'magprice.html'
        }]
    },
    {   sTitle:'Dryblock',
        bIsWebPath:true,
        sUrl:'dryblock.html'
    }]
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'Search',
    bIsWebPath:true,
    sUrl:'search.html',"childArray" : [
    {   sTitle:'GSearch',
        bIsWebPath:true,
        sUrl:'gsearch.html'
    }]
},
{   sTitle:'Download',
    bIsWebPath:true,
    sUrl:'dload.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'cu.html',"childArray" : [
    {   sTitle:'Distributors',
        bIsWebPath:true,
        sUrl:'distributors.html'
    },
    {   sTitle:'Google Maps',
        bIsWebPath:true,
        sUrl:'gmaps.html'
    },
    {   sTitle:'Blog',
        bIsWebPath:true,
        sUrl:'blog.html'
    }]
}]
});