var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'AshTat Project',
    bIsWebPath:true,
    sUrl:'ashtatproj.html',"childArray" : [
    {   sTitle:'Ashtat in India',
        bIsWebPath:true,
        sUrl:'page4.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Webstore',
    bIsWebPath:true,
    sUrl:'webstore.html',"childArray" : [
    {   sTitle:'Webstore Prints',
        bIsWebPath:true,
        sUrl:'webstoreprt.html'
    },
    {   sTitle:'Webstore Books',
        bIsWebPath:true,
        sUrl:'webstorebk.html'
    }]
},
{   sTitle:'Contact me',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Supportive Courses',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testamonials.html'
},
{   sTitle:'Published Works',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});
