var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Sensory driven toys for therapeutic interactions',
    sTitle:'Toy Catagories',
    bIsWebPath:true,
    sUrl:'toycatagories.html',"childArray" : [
    {   sTitle:'Gross Motor',
        bIsWebPath:true,
        sUrl:'gross_motor.html'
    },
    {   sTitle:'Fine Motor',
        bIsWebPath:true,
        sUrl:'finemotor.html'
    },
    {   sTitle:'Oral Motor',
        bIsWebPath:true,
        sUrl:'oralmotor.html'
    },
    {   sTitle:'Eye Hand Coordination',
        bIsWebPath:true,
        sUrl:'eyehandcoordination.html'
    },
    {   sTitle:'Dynamic Thinking',
        bIsWebPath:true,
        sUrl:'dynamicthinking.html'
    },
    {   sTitle:'Sensory Regulation',
        bIsWebPath:true,
        sUrl:'sensoryregulation.html'
    }]
},
{   sTitle:'Our Toys',
    bIsWebPath:true,
    sUrl:'ourtoys.html'
},
{   sTitle:'Order Form',
    bIsWebPath:true,
    sUrl:'orderform.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
