var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Pest Control ',
    bIsWebPath:true,
    sUrl:'pestcontrol.html',"childArray" : [
    {   sTitle:'ANT CONTROL',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'TERMITE CONTROL',
        bIsWebPath:true,
        sUrl:'termitecontrol.html'
    },
    {   sTitle:'BED BUGS CONTROL',
        bIsWebPath:true,
        sUrl:'bedbugs.html'
    },
    {   sTitle:'FLEAS CONTROL',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Rodent Control',
        bIsWebPath:true,
        sUrl:'rodentcontrol.html'
    },
    {   sTitle:'Roach Control ',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'Who We Are',
    bIsWebPath:true,
    sUrl:'slugabuginc.html'
},
{   sTitle:'Pest Library ',
    bIsWebPath:true,
    sUrl:'pestlibrary.html'
},
{   sTitle:'Home Inspection Order',
    bIsWebPath:true,
    sUrl:'freeestimate.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
