var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'DUI / OVI',
    'bIsWebPath':true,
    'sUrl':'dui-dwi.html',"childArray" : [
    {   'sTitle':'Implied Consent',
        'bIsWebPath':true,
        'sUrl':'implied-consent .html'
    },
    {   'sTitle':'Field Sobriety Test',
        'bIsWebPath':true,
        'sUrl':'field-sobriety.html'
    },
    {   'sTitle':'Breath Test',
        'bIsWebPath':true,
        'sUrl':'breath-test.html'
    },
    {   'sTitle':'Blood and Urin Test',
        'bIsWebPath':true,
        'sUrl':'blood-test.html'
    },
    {   'sTitle':'Boating Under the Influence',
        'bIsWebPath':true,
        'sUrl':'bui.html'
    },
    {   'sTitle':'Underage DUI',
        'bIsWebPath':true,
        'sUrl':'underage-dui.html'
    },
    {   'sTitle':'DUI Vheicular Assault',
        'bIsWebPath':true,
        'sUrl':'vehicular-assault.html'
    },
    {   'sTitle':'DUI Road Block',
        'bIsWebPath':true,
        'sUrl':'road-block.html'
    },
    {   'sTitle':'DUI By Drug or Narcotic',
        'bIsWebPath':true,
        'sUrl':'dui-drug.html'
    },
    {   'sTitle':'DUI FAQ',
        'bIsWebPath':true,
        'sUrl':'dui-faq.html'
    },
    {   'sTitle':'DUI Vehicle Stop',
        'bIsWebPath':true,
        'sUrl':'dui-stop.html'
    },
    {   'sTitle':'DUI Defenses',
        'bIsWebPath':true,
        'sUrl':'dui-defenses.html'
    },
    {   'sTitle':'DUI Court Process',
        'bIsWebPath':true,
        'sUrl':'dui-court.html'
    },
    {   'sTitle':'Ignition Interlock',
        'bIsWebPath':true,
        'sUrl':'dui-interlock.html'
    }]
},
{   'sTitle':'Criminal Defense',
    'bIsWebPath':true,
    'sUrl':'criminal-defense.html'
},
{   'sTitle':'Personal Injury',
    'bIsWebPath':true,
    'sUrl':'personal-injury.html'
},
{   'sTitle':' Resources',
    'bIsWebPath':true,
    'sUrl':'resources.html',"childArray" : [
    {   'sTitle':'Our Blog',
        'bIsExternal':true,
        'sUrl':'http://www.ohioduilawonline.com'
    },
    {   'sTitle':'Ohio Forced Blood Draw',
        'bIsWebPath':true,
        'sUrl':'forced-blood-test.html'
    },
    {   'sTitle':'How to Choose a DUI Lawyer',
        'bIsWebPath':true,
        'sUrl':'choose-lawyer.html'
    },
    {   'sTitle':'Should I Hire a Lawyer?',
        'bIsWebPath':true,
        'sUrl':'hire-attorney.html'
    },
    {   'sTitle':'DON’T PROVE THE DUI/ OVI CASE AGAINST YOURSELF',
        'bIsWebPath':true,
        'sUrl':'dui-case.html'
    }]
},
{   'sTitle':'Attorneys',
    'bIsWebPath':true,
    'sUrl':'our-attorneys.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contact-us.html'
}]
});
