var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Personal Message',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Commitment',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sDescription:'Articles - Home',
    sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'page7.html',"childArray" : [
    {   sDescription:'Basic Introduction to Some Aspects of Deaf Culture\r\n',
        sTitle:'Intro to Deaf Culture',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sDescription:'Practical Coping Strategies for Hearing Loss\r\n',
        sTitle:'Coping Strategies',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sDescription:'Tips For Communications With Deaf And Hard Of Hearing People In Group Settings \r\n',
        sTitle:'Communication Tips ',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sDescription:'Sign Language with People who are Deaf-Blind: Suggestions for Tactile and Visual Modifications',
        sTitle:'Signing Advice',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sDescription:'Personal Perspective: Being More DeafBlind',
        sTitle:'Being DeafBlind',
        bIsWebPath:true,
        sUrl:'page17.html'
    }]
}]
});
